How do I update several records in airtable?

Hello everyone,

I’m trying to update fields in airtable. In make, there is no error. It says that there is two operations. But in my database I have only on record. How can solve it ? In the bundle I saw it use the same recordID. Thanks.

Hello,

Welcome to the Community!

You’ve hard-coded the record ID, so it will always update the same record.

Map that field with the output from the Watch records module instead (ID should be blue token) – that way it will always update the record from the bundle processed.

Have a nice day,
Michal

Thanks ! I posted a new topic as I have another troubleshooting in my scenario.