Hi,
I have a workflow with “Do when condition is true”, but I don´t really know how can I preview this condition in the debugger.
Thanks in advance
Hi,
I have a workflow with “Do when condition is true”, but I don´t really know how can I preview this condition in the debugger.
Thanks in advance
It doesn’t show when you run the debugger step by step?
try to add param in the browser url ?debug_mode=true
this load the website with debug mode. page is look like below,
Step 1 : Add above query param to the browser url.
Step 2 : Reload the page.
Step 3 : you can debug each workflow.
Bottom have option of step-by-step (click this button) and reload the page. you can click step-by-step each time to show the workflows & events in the current page.
This topic was automatically closed after 70 days. New replies are no longer allowed.