Hello everyone,
using the "repeat" action to read paged API results it's quite normal that during the debug you have to manually iterate the internal module to verify the results (especially the run for the last page that is where you have to configure the conditions for the "skip" action). This could take a while when you have alot of pages (in my current project I've got an API call of 50+ pages) so it would be nice if this could be managed differently.
I'll suggest two different way to achieve this:
- Make it possible for a repeated module to be "run till it breaks/finish" (I mean: EM will run the module and after the last action will send output to the same module.
- In the "save/send output to" window pre-select the last selected value (so we only need to press enter to re-run the new iteration of the module)
Thanks in advance!