I have a flow set up to book an appointment in MBO with a webhook.
If that succeeds, I need it to create a record on a google sheet.
If that fails, I need to email the manager and let him know the time is not available.
If Step 8 below works, then A-Booked is triggered, and everything works as desired.
If Step 8 fails, how can I get B and C to trigger? I currently have “If Appointment ID is non-existent” however, there’s no data from step 8 to check against, and so the filter fails.
Any thoughts?