You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The log data of variables do not change after delete data block.
Demo workflow:
The variable foo appears after 'insert data' block:
After 'delete data' block, the variable foo still exists:
The variable foo was indeed deleted at last:
BTW, I'd like to know how to debug my workflow, more specifically, how to monitor the variables' value during the workflow running step by step (block by block)? Now I only can print the variables via 'send notification' block ...
Desktop (please complete the following information):
OS: Windows
Browser: Google Chrome
Extension Version: 1.27.2
The text was updated successfully, but these errors were encountered:
The log data you see when clicking a block in the log is the data the workflow has when the block is executed.
how to monitor the variables' value during the workflow running step by step (block by block)? Now I only can print the variables via 'send notification' block
Automa doesn't have a feature for debugging a workflow at the moment. But I'll try to add it in the future.
Describe the bug
The log data of variables do not change after delete data block.
Demo workflow:
The variable
foo
appears after 'insert data' block:After 'delete data' block, the variable
foo
still exists:The variable
foo
was indeed deleted at last:BTW, I'd like to know how to debug my workflow, more specifically, how to monitor the variables' value during the workflow running step by step (block by block)? Now I only can print the variables via 'send notification' block ...
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: