Airtable Not getting updated with openAI data
Status: Open · Asked by neilnapier on · 0 views
I setup an automation to update Airtable
Task history looks fine https://www.dropbox.com/scl/fi/0ngyus1hchsqzo93nmqq1/chrome_qyUqIgstol.png?rlkey=dnhlon0mkmswhwob54g1eydwz&dl=0
But the content is not getting updated in Airtable (it was updated on a separate Google doc)
https://www.dropbox.com/scl/fi/izbsk8z8s20eoito8mwq3/chrome_zn7rJNF9R4.png?rlkey=lxdhdlckmypwt4dhegb7o7f5u&dl=0
Hello @neilnapier,
Upon checking, we noticed that you have selected a specific Record ID from the dropdown in the Update Record action. This is causing the same record to be updated every time.
To resolve this issue, please enable the Map button next to the Record ID field and map the Record ID dynamically from the trigger response.
For more details, please refer to the attached images.


This works, thank you!