When the "index+1" script task is reached, I would like to wait 1 second and then execute the script task.I tried to solve the problem by setting the timer, but I don't know how, so I would like to know how.
Discussion posts and replies are publicly visible
In the Timer setup, put now() + intervalds(0,0,1) under the 'Delay until the date and time specified by this expression field' to have a delay of 1 second.