I’m building a scenario where a Tally form submission flows through these modules:
- Tally – Watch responses
- Airtable – Create a record
- Tools – Text aggregator
- OpenAI – Generate a response
- Airtable – Update the same record
The issue: In the final Airtable “Update a Record” module, I cannot access the Record ID from the earlier “Create a Record” step. In fact nothing from the create record module is visible here.
Things I’ve tried:
- Verified module order is correct and linear
- Used “Set variable” to expose the ID as
record_id - Ran the scenario end-to-end to trigger dynamic data
- Tried manually typing
{{record_id}}in the final module
Still getting Missing value of required parameter: id error.
Any idea why the Record ID isn’t accessible downstream?
Thanks!
