We have a scenario where url is "xyz/abc/0". The count keeps on incrementing from 0 to n depending upon list of data we have in table(id="tble") where I have to take the count of total id within table and pass the value to next url
Please check the below plan:-
Below, using regEx fetching all the count or tr in the response:-
Using For each for iteration only. Not taking any output from it:-
Using counter to start from 1 and end value is fetched from regEx:-
Passing the counter variable to the URL request:-
This is just a sample, you can use anywhere as per your requirement.
Please check if this helps with your scenario.