Hey everyone,
Hoping I can get some help with this. I’ll do my best to describe my scenario as briefly as possible.
I have two events. Each of those events has some specific event properties listed in them. I’ll list those events and the metadata associated with them here …
Event 1: Book Assigned
Event Properties: ISBN, ReleaseDate
Event 2: Book Downloaded
Event Properties: ISBN
What I’m looking to setup is a flow that sends an email to the user when they have _not_ downloaded their book after a specific amount of time. The logic I’m looking to do for this looks something similar to this:
Flow Trigger →
When a book assigned event has been executed and the ReleaseDate value is more than N days.
Conditional Split →
If the user has an event called Book Downloaded and the ISBN value of that event is equal to the ISBN value of the Book Assigned event, then you can exit. Otherwise, send en email reminding the user to download their book.
However, I’ve not been able to find out if it’s possible to use the event variable from Event 1 inside of the conditional split trigger?
Is what I’m looking to do possible?
Thanks in advance!