Update Datastore from Calendly Watch Event

Newbie here! I’m getting the hang of the basics, but I’m stuck on what seems like a simple problem.

I have multiple scenarios that lead to a call being booked via Calendly, all working well with a datastore attached. However, I want to prevent these scenarios from running if the lead has already booked a call.

I set up a new scenario that watches Calendly events and successfully searches the datastore for a matching email. What I can’t figure out is how to update the datastore to record the event so that this lead is blocked from triggering other scenarios.

Any guidance on how to structure this would be greatly appreciated!

I think I finally figured it out. In case anyone else every comes across this, I needed to change the column in the data store to date format and linked it to the start time for the calendly event.

3 Likes