Hi -
I’ve been breaking apart my projects using a combination of Iterate and web requests but I it makes for more steps.
Is it possible to add a “wait” function during the course of the web iterate request
As an example if we assume there are 500 rows to iterate through on this web request I would like to add a “3” second wait in between each iteration.
Is this possible or shall I continue to use two modules?
- A) to execute a regular iteration
- B) to execute the wait function and execute the web request