Show more progress details on iterate module

Hi @CTN,

You can show the value being passed to the module by adding the “Status” action to that module. The action should show the value of a passed parameter.

In order to show iteration count, you should add row numbers to the input dataset of the “Iterate” action with the “Enumerate” action, pass that row number to the module as a parameter and show it’s value with the “Status” action.