Airtable - Update Record won't rewrite records

Hi, I am working on a flow that creates json from a phone call, parse JSON and updates a record in AirTable. No matter how many ways I’ve gone about creating this flow, Airtable just won’t update the record. It doesn’t seem to receive any information from the Parse JSON. If I manually run “Update Record” it works. Any insights would be greatly appreciated.

I have added screenshots with all the relevant information.



where is the recordId that you are inputting coming from what does it looks like?

1 Like

Thanks for the reply @Mr.Make - 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