This topic was automatically generated from Slack. You can find the original thread here.
Hi there, i have a step “Update Airtable Record” and it throws the Error:“INVALID_RECORDS - 422 - You must provide an array of up to 10 record objects, each with an “id” ID field and a “fields” object for cell values.”
The trigger (a webhook) serves the recordID as follows: rec29FpH7I0rKpTxn
If i put the recordID itself it works fine if i reference it via “Copy Path” it throws the error
If i make an array of it [{‘id’:{{steps.trigger.event.query.recordID}},‘fields’:{}}] it also does not work
I build a workaround: I pass a “selfmade” record id to the webhook, next step i list records with that id via filterByFormula, then i use the received recID to run the update Record step. Works. Seems like the trigger has an issue with the recID value, format or whatsoever. If you can provide a solution or find out why i have this behaviour i would be pleased if i get noticed. Thnx for your support and the awesome product - love it!