I have a scenario that begins with a webhook and ends with delivering a webhook response.
During the scenario, I need to check Airtable to see if a value is present.
Context: there is an Airtable automation thats running through a few steps and produces an output that I deliver in the response.
I’m currently using fallbacks and sleeps to continuously check if that value in Airtable is ready.
My question: Is there a more efficient way to notify my scenario that a value is ready to complete the automation?
Because of the webhook needing data for the response, I don’t think I can separate these into separate scenarios.
EDIT: Added a photo!