3 Ways to Take Notes in Airtable

Поділитися
Вставка

КОМЕНТАРІ • 43

  • @GarethPronovost
    @GarethPronovost  3 роки тому

    Join us for our *FREE LIVE TRAINING* that teaches the building blocks of automation: www.garethpronovost.com/webinar-registration

  • @wordrevel
    @wordrevel 2 роки тому

    Just started using Airtable and your videos have been such a wonderful resource! I especially love this tutorial because you presented such a simple solution that reaps a lot of benefits for understanding the data that we capture.

    • @GarethPronovost
      @GarethPronovost  2 роки тому +1

      Great to hear! Thanks for watching Joséphine!

  • @DerrickConleyJr
    @DerrickConleyJr 5 років тому +4

    you the goat for these videos man

  • @MISTERFANCYPANTS1000
    @MISTERFANCYPANTS1000 8 місяців тому

    Another excellent video. Thank you!

  • @HughCulver
    @HughCulver 5 років тому +2

    Gareth this is really clever - I've been struggling with where to put client notes and also how to update a "last contact" field. I'm building this right now. Thanks!

  • @DMDude
    @DMDude 5 років тому +2

    Excellent job on the training in this one Gareth!

  • @chucklesthecog
    @chucklesthecog 2 роки тому

    Super helpful. Brand new to Airtable and was trying to build exactly this workspace. Thank you!

  • @JeremiStDenis
    @JeremiStDenis 2 роки тому

    Can you show the formula to Concatenate for the Note ID? I'm not getting the same result as yo are

  • @davidscottsmith1853
    @davidscottsmith1853 5 років тому +5

    On the "client" table, is there a way to display the text of only the "most recent" note? That way everyone can look in one field to get the most current info... The "lookup field" idea is nice because the result contains text from all notes, but they are sorted oldest to newest, so the latest info is hard to see.

    • @GarethPronovost
      @GarethPronovost  5 років тому +3

      Hey David - great question! Yes, but the explanation is complicated:
      1. In the Client Table, calculate the Date of the recent note using a ROLLUP with MAX function
      2. In the Notes Table, LOOKUP the Date you created in Step #1
      3. In the Notes Table, create a field that says the following: IF ( DATE_OF_THIS_NOTE = LOOKUP_STEP_2 , NOTE_TEXT )
      4. In the Client Table, LOOKUP the FORMULA field from Step #3
      This will now change dynamically as new notes are added :)

  • @kristenmastel3650
    @kristenmastel3650 3 роки тому

    Love your videos so much. How could I see only the latest note in the main clients' page? Is that possible?

    • @GarethPronovost
      @GarethPronovost  3 роки тому

      Thanks for the comment and yes, this is totally possible though it's a bit complicated. Here are the steps to implement:
      1. In CLIENTS table, build a ROLLUP field that brings in the MAX date from the NOTES link
      2. In NOTES table, build a LOOKUP field that reflects the ROLLUP from step #1
      3. In NOTES table, build a FORMULA field that compares the DATE of each note to the LOOKUP form step 2 - if equal, output the note
      Ex: IF ( LOOKUP = DATE , NOTE, BLANK() )
      4. In CLIENTS table, build a LOOKUP field that brings in the FORMULA from step #3
      Hope this helps!

  • @buildwithk
    @buildwithk 3 роки тому +1

    Noticed the linkage between the Contacts and Notes. Your example shows that the Notes appeared to have auto-populated against the Contact (mine didn't, but rather I had to manually select). Did you skip that step, or have I done something wrong? Thanks

    • @buildwithk
      @buildwithk 3 роки тому +1

      My bad, rookie error by me.. I mistakenly did "link to other record (top link choice", as opposed to 'Link to TableX option'. Loving your courses Gareth (have 2)

    • @GarethPronovost
      @GarethPronovost  3 роки тому +1

      Sorry I didn't reply in time, Mathew! Thanks for following up and glad to hear the courses are helping! 🙌

    • @allegro665
      @allegro665 2 роки тому

      @@buildwithk Can you give more information on this? I'm getting the same error and can't figure it out. How do you get it to autopopulate?

  • @BrunoPelosi
    @BrunoPelosi 3 роки тому

    Another great video
    Thanks you

  • @ChristopherBerndt
    @ChristopherBerndt 5 років тому +2

    great stuff. Version 3 is the best of course. - just a small comment to "note Version 2" -> the revision history for one year is for information that was written automatically by airtable; the manually written notes stay for ever. (As far as I know ;) )

  • @toms2014
    @toms2014 Рік тому

    With all the updated abilities in Airtable is this still the best way for notes ??

    • @GarethPronovost
      @GarethPronovost  Рік тому +1

      The same structures apply, although with interfaces it is now easier to access the notes.

    • @toms2014
      @toms2014 Рік тому

      @@GarethPronovost Im trying to determine how I want to handle notes, I cannot decide.

  • @effortlesslaunch
    @effortlesslaunch 3 роки тому +2

    Hey Gareth! I'm at 06:54 and every time I try to add the formula exactly the way you have it, the Note ID field shows the Client Name - 1 Instead of the date like you show you in your video. I linked the correct records and I'm doing the formula the same way. However, I can't figure out what I'm doing wrong. Do you have any suggestions on how to fix this?

    • @GarethPronovost
      @GarethPronovost  3 роки тому +1

      Hi! Too hard to say without seeing your actual setup and formulas, but I'd recommend double checking your formula syntax, paying close attention to every comma, parenthesis, and squiggly bracket!

    • @effortlesslaunch
      @effortlesslaunch 3 роки тому

      @@GarethPronovost Ok thank you! One last thing, do you have a video that explains how to set up the start of the week and end of the week? Does that require formula or am I missing something really simple? I've learned a lot over the past day binging your videos...thank you so much for everything that you do on your channel!

    • @GarethPronovost
      @GarethPronovost  3 роки тому +1

      @@effortlesslaunch This depends on what you're trying to accomplish. By default, the weeks in Airtable start on Sunday (day 0) and go to Saturday (day 6) - you can use formulas to calculate the days of the week. That said, you may also want to use automation to create reports or records that span weeks (or months) so that you can get aggregate views of your continual progress... hope this helps!

    • @effortlesslaunch
      @effortlesslaunch 3 роки тому

      @@GarethPronovost Thank you!!

    • @piratevirus4202
      @piratevirus4202 3 роки тому +2

      O M F G G G G G i also had this issue until i realized its a damn LLLLL not a 1. holy moly that wasted an hour.

  • @rfonagy
    @rfonagy 5 років тому

    Also i just tried the rollup function the way described and i get the message not available. Again what gives. Same example. Again problems and headaches. And as we are apped to death everyday, it becomes a headache through app distraction. It would be helpful to add this to a database in whole with a complete example. Sorry if I sound like i am ranting, it just my ocd with all the new shiny apps is consuming so much time. I love Airtable though.

  • @stanleytate
    @stanleytate 5 років тому

    Doesn't this method put you in a position to have to open each event to get the full history of the interaction?

    • @stanleytate
      @stanleytate 5 років тому

      So addding a lookup fiedl in the client view solves that problem. But the notes are a little hard to read because the lookup field doesn't add a space between the notes; they read as a solid block

    • @rfonagy
      @rfonagy 5 років тому

      that is a good question because it does. I know I like reading one long note to that i keep dated most recent on top and gives me a big picture. Also when you keep adding fields in tables a crm becomes complex.

  • @telisaking1829
    @telisaking1829 5 років тому +3

    Way to fast but helpful!!!!

  • @rfonagy
    @rfonagy 5 років тому

    Data bases can be complex. It becomes cheaper to say use Zoho CRM and customize fields for your unique situation. It is well designed. I start to feel like this becomes mickey moused together and overly complex for the average user. I am learning Python Programming and even I get frustrated with all this stuff. When does business actually take place. Or you have to hire a consultant at Lawyer rates to get something done.

  • @kowsalya.g8493
    @kowsalya.g8493 4 роки тому

    I'm I the only one downloaded airtable to make notes for college exams