LoginSignupGithub
improved

Wait Until - Add Condition on Event Property

We’re excited to announce a powerful update to our Wait Until feature! You can now add multiple events and apply conditions on event properties within the Wait Until branch, allowing for more precise event filtering and targeting of the exact event required in your workflow.

This is especially useful for scenarios where the same event triggers multiple workflows, and you want to exit or cancel a notification based on user actions. For example, in a booking reminder workflow, if a user has multiple bookings, you can now match the booking ID of a cancellation event with the original event to ensure correct reminder gets canceled.


Key Changes:

  • Add conditions on event properties using a simple key-operator-value expression (e.g., booking_id = 123). Add condition on multiple event properties using AND,OR.
  • Apply conditions across multiple events (e.g., avoid sending a notification if a user completes an action or achieves a specific milestone).

Refer documentation for details on how to implement wait until node in your workflow.