Hello, I'm developing a workflow that generates JSON from a phone call, then parses that JSON, and finally updates a record in Airtable. Despite trying various methods to construct this flow, Airtable isn't updating the record. It appears that no data is being received from the Parse JSON step. If I manually execute the "Update Record" action, it functions correctly. Any suggestions would be greatly appreciated.
I've included screenshots with all the necessary details.
Could you clarify the origin and format of the recordId
you're providing?
Thanks for the reply - the recordID is coming from the first AirTable Component which is watching for new entries on airtable. The recordid is received by the UpdateRecord component. And when I run the UpdateRecord only the component works just fine. I figured I am having issues with the data mapping from Parse JSON to the UpdateRecord component