Add a status counter on iterative actions

Hello everyone,

I found a similar thread (Adding counter status to the 'Repeat' function) but my proposal is a little bit wider than the one in the linked request:

there are some actions that have an iterative logic:

  • Iterate
  • Iterate column
  • Iterate program
  • Iterate table
  • Iterate web request
  • Repeat*
    Using these actions often require to see ha counter of which element is processed, really useful during modeling/debugging to see how long does it takes to complete the action. At the moment to achieve this I need to enumerate the rows, keep the higher number so I can show a "Processing x/y" status. It's nice, but it would be nice to have this as a standard.
  • Obviously the "repeat" action couldn't have the value that represent the total iteration needed, so the message for this action would be "Processing record #x"