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!