What’s the feature?
Add a “Loop on Items” step in Automations, similar to the functionality found in ActivePieces.
Your use case
I write an array of data into a table using the Teable API. I then need Teable automation to loop through each row of that data, evaluate and process it, and send it to other platforms. Currently, I have to use ActivePieces alongside Teable to meet this requirement. It would be fantastic if Teable natively supported a similar “Loop on Items” step!
For example, if I send a JSON array containing 1,000 rows to a Teable automation via a webhook, I would like Teable to be able to loop through this array and add only the data that meets specific conditions into the table.
It might also be necessary to include a “Wait” step. For example, adding a 100ms delay within the loop—waiting 100ms after processing each row before sending the processed data to an external webhook. This would ensure compliance with the rate limits of external APIs.