Automate Table Linking for Data Summaries | Advanced Automation

Поделиться
HTML-код
  • Опубликовано: 18 окт 2024

Комментарии • 28

  • @GarethPronovost
    @GarethPronovost  2 года назад

    Grab my *FREE TRAINING* that teaches the building blocks of automation: www.garethpronovost.com/webinar-registration 👈

  • @zanshomeedu
    @zanshomeedu 2 года назад +1

    I am using this for my homeschool planning so far i haven't used any automations or formulae but i would love to use it for weekly and daily planning

  • @freedomframework
    @freedomframework Год назад

    This is great, thank you so much! You made it so simple and I was able to implement it in my scenario right away :)

  • @yuryhorulko3834
    @yuryhorulko3834 9 месяцев назад

    Thank you so much Gareth!

  • @leonie8316
    @leonie8316 11 месяцев назад

    Thank you for all your videos! Can you make a video focused on how to create an automation to copy paste from one column or table to another? 🙏 Thank you!

  • @rhinoreign1324
    @rhinoreign1324 Год назад +1

    Not THAT advanced when you explain it SO clearly! The way in which you explain these concepts made a lot of things 'just' click. Thanks for sharing this with the community.

  • @ladisonaike6720
    @ladisonaike6720 2 года назад

    Hi Gareth,
    This is a great video and is exactly what you suggested for a recent question I had about getting a linked record to automatically update in my base. I’d like to think that my question inspired this video but I highly doubt it 😂. Thanks again for the great content 👍🏾

    • @GarethPronovost
      @GarethPronovost  2 года назад +1

      Your question absolutely did inspire this video! 🙌 It was such a great example I had to share it.

    • @ladisonaike6720
      @ladisonaike6720 2 года назад

      @@GarethPronovost 👍🏾

  • @AllAboutThatBase1
    @AllAboutThatBase1 2 года назад +3

    Great demo! However, it's worth noting that the "CONCATENATE" wrapper function in the "Formula Output (Date)" formula field is unnecessary because the "DATETIME_FORMAT" function already outputs a string.

    • @GarethPronovost
      @GarethPronovost  2 года назад +2

      Thanks for sharing! For some reason I thought DATETIME_FORMAT still output a date. Always learning! 💪

    • @reallyefficient
      @reallyefficient 2 года назад

      You could also put the datetime_format in the automation rather than creating a new field

    • @AllAboutThatBase1
      @AllAboutThatBase1 2 года назад

      @@reallyefficient That won't work because Airtable formula functions like DATETIME_FORMAT only work in formula fields. An automation would treat it as literal text, not a function to execute.
      That said, a similar result *could* be achieved by using a script action in the automation to create a formatted date, eliminating the need for the formula field. However, not everyone wants to learn scripting for something like this.

    • @reallyefficient
      @reallyefficient 2 года назад +1

      @@AllAboutThatBase1 Ahh I might be thinking about my use case within integromat

    • @reallyefficient
      @reallyefficient 2 года назад +1

      And in which case the formula is formatDate({{Field name}};MM/DD/YYYY)

  • @platanocapo
    @platanocapo 2 года назад

    Excelent video as usual!!.
    I'm waiting for your vídeo about sending whatsapp from Airtable!!🙏🏻😉. Is really confuse what I saw in other chanels… I didn't understand you can I get mi whatsapp API key… I'm sure that this vídeo is in your pocket list!!☺️

  • @alanhurite8554
    @alanhurite8554 Год назад

    I noticed that when you changed the shift, it did record in the daily labor summary. However, the start date and end date didn't change to correspond to the shift change. Could that also be done with the same automation by adding an action? If so, how? Everything I have tried doesn't seem to work.

    • @GarethPronovost
      @GarethPronovost  Год назад

      good catch! You can use formula fields to calculate the start and end dates, based on the shift selected. For example, if all morning shifts start at 9am and all evening shifts at 4pm, then you can write a Start Date formula that looks at the calendar date and adds the appropriate amount of time.
      On the other hand, if your start/end times are variable, it would be best to input that data manually.

    • @alanhurite8554
      @alanhurite8554 Год назад

      That makes sense. Thank you!!

  • @agoogleuser6937
    @agoogleuser6937 3 месяца назад

    What are the pros and cons of linking records with a script vs with a non-scripted airtable automation?😊

    • @GarethPronovost
      @GarethPronovost  2 месяца назад +1

      It really depends on your use case. Most of the time we will default to linking with automation wherever possible. We'll typically use a script as a last resort, especially now that Airtable has enabled looping automation that will perform multiple links.

  • @Pithon369
    @Pithon369 2 года назад

    WOW This must be the first video where you did not link a record with the Record ID.

    • @GarethPronovost
      @GarethPronovost  2 года назад

      Lol - true! I should have spoken to that in the video, but you're absolutely right! 95% of the time I do link with a record ID, but in order to create/link the summary record in one easy step, I like using the name method here.

  • @davezdon4746
    @davezdon4746 2 года назад

    I am trying to apply this technique (automated table linking) to my Project Proposal base. I have these tables:
    PEOPLE (Linked to PROJECT TICKETS and PROPOSAL PAGES)
    CLIENTS (Linked to PROJECTS)
    PROJECTS (Linked to CLIENTS and PROJECT TICKETS and PROPOSALS)
    PROJECT TICKETS (Join table between PEOPLE and PROJECTS)(many-to-many relationship) Also linked to PROPOSAL PAGES)
    PROPOSALS (Linked to PROJECTS)
    PROPOSAL PAGES (Linked to PEOPLE and PROPOSALS and PROJECT TICKETS)
    The end goal is to create PROPOSAL PAGES (using Documint) for the PEOPLE who will be featured in the PROPOSAL. The PROPOSAL PAGE has bio info on the person (from PEOPLE) and a list of pertinent projects they have worked on (from the PROJECT TICKETS table) An employee might have 30 PROJECT TICKETS associated with them, but we only want to feature 10 in a particular PAGE and in a certain order. Now that I can reorder records in an interface, I don't need to resort to making mirror PROJECT TICKET records and numbering them for sorting to certain order.
    >>>>>>> My question is: In an interface grid view of PROJECT TECKETS (already interface filtered to narrow down the choices from thousands to maybe 50), how can I easily link the PROJECT TICKETS to a particular PROPOSAL PAGE without scrolling through a giant list of PROPOSAL PAGES?
    NOTE: Each PROPOSAL PAGE record will have a PROJECT TICKETS link field with multiple links. Once the PROPOSAL PAGE is complete, the number of links will not change. The PROPOSAL PAGE only exists linked to one PROPSAL record. BUT, each PROJECT TICKETS record will have a PROPOSAL PAGE links field with an always growing number of links to each PROPOSAL PAGE that PROJECT TICKET appears in. As that PROJECT TICKET record (linked to only one PEOPLE record and one PROJECT record) appears in more and more PROPOSAL PAGES records as a featured project, it will accumulate more and more links in its PROPOSAL PAGES Linked field. I'm not sure I can copy/paste into the PROPOSAL PAGES Linked field without deleting the existing links in the process.
    Maybe this needs a relationship map.

    • @GarethPronovost
      @GarethPronovost  2 года назад

      Hey Dave, this is a pretty complex question and one that would be too hard to help you with here. We do have an hourly consulting option available on our website in case you're looking for a private session.