Filter the output results of an IF node for debug purpose

Hi there,

Just a general question. Lately I’ve been creating some flows which process a lot of data. Ofcourse, in some cases my flows was not right the first time after building it, so I ended up debugging my flow. I sometimes have a hard flow to debug IF nodes, since there seems to be no easy way to filter the input/output based on the result (true/false).

So for example, when I want to find a specific result from the false flow, I need to manually click through the runs.

Does anyone have a way to make life easier?

Example:

Hi there,
You can pin / edit data from a node if you want to test / debug things.

Thanks for your response.

It’s not entirely what I mean. I’m aware of the pinning functionality.

What I mean is to debug an error flow in production. So finding the actual iteration where the error occured in the flow.

What about setup error workflow? You can setup notification on which node got error and make it details

What I would do in such case, if I understood you correctly, I would edit and pin the data needed in front of the if node to trigger the „false“ behavior and debug it this way.
I’ll try to post some screenshots later.

Hi @Hallo_Nexus-ai

If you are debugging the error, have you tried using the On Error option in the node’s Settings tab?

This will create an additional branch, allowing you to debug errors more efficiently.