Do you want to learn how to iterate over records in Airtable? If so, this article is for you. You might need to iterate through records in many different situations, depending on your need. You can learn how to iterate through records in this article and you can apply it based on your conditions. I am going to use Airtable automation which is triggered when the status of a record is updated. Let's go through the current base, after which we can continue learning further.
I have two tables in my example base:
The Project and Tasks tables are connected with a linked record field. The functionality in this example is that whenever the status in the Tasks table is updated, the script should run and update the project's status. There are two status options: 1) Working and 2) Finished. If any status is 'Working' out of all tasks that are related to that project, then it flags the connected Project's table record to 'Working'. If all tasks are finished, then it should update the project record to 'Finished'. This logic of course can be extended to other status options as well.
Now whenever the status is updated in the Tasks table, it will trigger the script which will update the status of the Project table records. To configure your automation, you can refer to the image below.
Feel free to contact me for a Free airtable consultation by Clicking Here.