Hello Everybody!
in my project in a certain point i have a for each row activity.
This activity is very long (sometimes 1 hour acitivity).
Is possibile to have for logging on Orchestrator a log message every 15 minutes with index results
ex: Robot is on 15 item on 1400 total lines
after 15 minutes
ex:Robot is on 565 item on 1400 total lines
???
1 Take one variable of timesspan and store current time.
2 In body of loop put if condition as timespan variable = current time
If this condition get matched loge message and increase min to 15 in timesspan variable so if next time it will come it will log message when timesspan variable = current time.