Hi
Am I right in thinking that to debug in automate you have to add a debug node to all points you want to see the info so you can’t step through each process one at a time?
James
Hi
Am I right in thinking that to debug in automate you have to add a debug node to all points you want to see the info so you can’t step through each process one at a time?
James
That’s correct. In OL Connect Automate, you can add Debug information at strategic points in your flows. In addition I typically place Inject nodes at the start of the flow for different test scenarios, which allows me to easily switch between sample data. Unfortunately, there isn’t a “step through” functionality available.
Erik
You can install the node-red-debugger from the palette to get step-through functionality. There’s a useful tutorial here: How to Debug Node-RED Flows Using Debugger • FlowFuse