What is the easy way to test a workflow without triggering the live action every time

please can anyone help me out on this quickly pls

when am building workflows i keep triggering real actions by mistake, i mean sending emails messages just to test logic and it get messy like fast

You know what just start the workflow manually and run nodes step by step because I see you are a beginner and make sure to stop right before the real action nodes. You can also copy test data into set node just use that instead of live triggers

2 Likes

You should pin the data so when executing your workflow manually, the pinned data will be output without node being executed

1 Like

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