<Help needed>How to monitor the loop instance?

How can I monitor each instance of Loop.
For Example, I am using the interval Loop start from 6 to 0, I want pick one of the loop results when the loop variable = 3. Can I achieve this? Thanks.

Hello @cuimaple
You have currently two loop control options:

  1. The first one is the Step Execution Button within the ‘Loop End’ node. You can execute step by step…
  2. If you have a long process or as in your description, and you want to inspect a specific iteration setting ‘variable value’. You can insert a ‘Breakpoint’ just before the ‘Loop End’ node.

Switching off ‘Breakpoint Enabled’ in the configuration, whenever you want to run the complete processing.

Let us know if further help is needed with the configuration.

BR

2 Likes

Hi,
I cannot find the Step Execution Button in Loop End node, can you help me for more details? Thanks.
image

I got it, thanks.
image

1 Like

Hello @cuimaple
Tx for validating the solution. And just for the records:
The Step Loop Execution button is exposed on the top of the node’s icon -working with the New User Interface-, as highlighted within this capture.

BR

3 Likes

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