re: Is there any chance that view wouldn't update before the automation is triggered again?
If the submissions are done in quick succession, then yeah this might happen I'm afraid
---
Troubleshooting automations via screenshots is pretty tricky. If you could provide a read-only invite link to a duplicated copy of your base with some example data I could take a look at this for you! https://support.airtable.com/docs/adding-a-base-collaborator#adding-a-base-collaborator-in-airtable
After you find records in the automation, Airtable can’t evaluate the contents of those found records as a group.
You would need to loop through the records that you have just found by using a repeating group, but the problem is that Airtable doesn’t let you combine a repeating group with conditional actions.
A repeating group always loops through all of the inputs that you give it, so you might have luck by breaking up your automation into 2 separate automations.
In your first automation, you could loop through all of the found records and update/flag each found record in some way.
And then, your 2nd automation would be triggered by the flag, which is what would trigger another automation with the conditional actions.
Alternatively, you may want to outsource your automations to Make’s advanced automations for Airtable, which gives you the ability to do everything that you want to do in a single automation.
However, if you’ve never used Make before, it will take you a few hours to learn how to use it. I’ve assembled a bunch of Make training resources in this thread.
For example, here is one way that you could instantly trigger a Make automation from Airtable.
I also give live demonstrations of how to use Make in many of my Airtable podcast appearances here. For example, in this video, I show how to work with Airtable arrays in Make.
Hope this helps!
— ScottWorld, Expert Airtable Consultant
re: Is there any chance that view wouldn't update before the automation is triggered again?
If the submissions are done in quick succession, then yeah this might happen I'm afraid
---
Troubleshooting automations via screenshots is pretty tricky. If you could provide a read-only invite link to a duplicated copy of your base with some example data I could take a look at this for you! https://support.airtable.com/docs/adding-a-base-collaborator#adding-a-base-collaborator-in-airtable
Thanks, Adam! I will need another day or two to circle back to this & share a link, but I appreciate that!
After you find records in the automation, Airtable can’t evaluate the contents of those found records as a group.
You would need to loop through the records that you have just found by using a repeating group, but the problem is that Airtable doesn’t let you combine a repeating group with conditional actions.
A repeating group always loops through all of the inputs that you give it, so you might have luck by breaking up your automation into 2 separate automations.
In your first automation, you could loop through all of the found records and update/flag each found record in some way.
And then, your 2nd automation would be triggered by the flag, which is what would trigger another automation with the conditional actions.
Alternatively, you may want to outsource your automations to Make’s advanced automations for Airtable, which gives you the ability to do everything that you want to do in a single automation.
However, if you’ve never used Make before, it will take you a few hours to learn how to use it. I’ve assembled a bunch of Make training resources in this thread.
For example, here is one way that you could instantly trigger a Make automation from Airtable.
I also give live demonstrations of how to use Make in many of my Airtable podcast appearances here. For example, in this video, I show how to work with Airtable arrays in Make.
Hope this helps!
— ScottWorld, Expert Airtable Consultant
Thanks, @ScottWorld! Yes, I tried a set up with repeating actions and quickly realized the inability to also use conditional actions was a hurdle. I’ve been avoiding the two automation set up (it seems like a long-shot solution for this case) but may end up having to experiment with that.
You said that AirTable can’t evaluate the contents of found records as a group. In a “Find records” action in automations, do you know what format a “List of ‘Name’” is returned as? Where “Name” is the value of a text field? I assumed what AirTable is calling a “List of 'Name'” might be a string, but it seems that is not the case.