Detect if scenario was triggered by runonce

Hey team,
Is it possible to check if a scenario was triggered by a runonce?
I have this scenario I’m testing on a schedule, but I know I’m going to want to play with it lots in the future. So was hoping to do something in the “to” field in an email via smtp if triggered by runonce then use just my email address. Else use my email address and my clients email address. Then I wouldn’t have to worry about constantly linking/unlinking my runonce node and the smtp node when testing stuff.

Try this approach:

  1. Trigger on run once → Set Variable (e.g. email_to = [email protected]) → Other nodes (using this “email_to” var)

  2. Trigger on Webhook → Set Variable (e.g. email_to = [email protected]) → Other nodes
    (using this “email_to” var)

Awesome thanks that works well :slight_smile:

This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.