Hello,
I’m trying to create an MVP to schedule events with various team members. Here’s the process I am trying to create:
- User schedules event (currently through Calendly)
- Calendly webhook sends event details to Bubble
- Update Bubble database with event details
- Do a search for a team member with availability during scheduled event
- Add new team member to meeting invite (currently doing this by sending a webhook to Zapier - it’s working when I hard code an email address)
- Update Bubble database if event is rescheduled or cancelled
However, I cannot get step 4 to search correctly as a backend workflow, although it works great when I run the same search in the app (e.g., on our confirmation page). When run in the backend workflow, the search turns up blank. Here’s the search I’m running:
Here’s the data structure (also open to feedback here - struggled to upload date ranges via csv):
Any advice or thoughts? Happy to share more info as helpful.
Thank you!!