Skip to main content

1 reply

Flight Specialist | Tier 4
June 21, 2024

First, you need two number variables.

Next, you will need a IF condition inside your loop where you use some criteria to determine if the BOT processed the request or not.

Increment “number of requests” variable at the top of you loop (not inside your IF)

Inside the IF (meaning it processed the request), increment the variable that counts records processed.