"Wait" during an Iterate Web request

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

Hi Adam,

I understand where you’re coming from. Although, I would suggest continuing using 2 modules. The Iterate Web Request action is already very complex. I would be reluctant adding functionality that can already be arranged by other means.