Log messages in a for each to update progress regularly

I am trying to loop through a large data set that is taking about 45 minutes to run but as this is a time sensitive automation, how can I know progress during runtime.

How can I implement regular log messages to update me on progress without creating a log message for each row?

It would be nice to log a message every 100 or 500 rows.

1 Like

Hello!
In that For Each, you can use an IF statement, verifying the reference number/id number of your transaction item (for eg. if the last digit is equal with 0 - then use a log message to display the no of row of your item)

Hope it helps! ^^

1 Like

Hi @T_Mitch

Welcome to the Community!

Here is a possible solution:

image

If this solves your problem, kindly mark this post as solution to close this topic.

If you need extra help and/or have any question, please let me know :slight_smile:

Thanks!

1 Like

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