Hi Airtable gurus,
I am trying to create an automation that will locate a specifc record based on the record ID then update the Status field.
It would look like this:
Trigger: When a webhook is received (an invoice is paid in Stripe) I actually have the webook created
Event: 1. Locate record (the appointment record that was created based on a Calendly appointment creation), 2. Update that record to reflect that the invoice for that appointment was PAID
I feel like I am close to getting the automation to work, but I can't figure out how to find that appointment record based on the record ID. Any help would be so appreciated!