Changing the status of my airtable from 1 to another is very difficult. Why isn’t there a possibility for me to just write in the new input that I want things to be changed to?
Hey @Doma! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.
Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={{your_run_id}}&workbook_id={{workbook_id}}
Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
Provide details about the issue—more context helps us troubleshoot faster.
Hey @Doma – The solution here would be to add the Airtable Updater node in a Subflow and loop that subflow in the parent flow. This ensures that each value is processed independatly (ie. in a seprate Airtable call) so you won’t face the same issue.