Best Practice for Chained For Each

Hi All, sometimes I need to chain for each to process something. Generally i use an sequence to do that. But I dont know if it is a good practice. Someone can explain if there is a good form to do this?

Hypothetical Example: get data month by month for each year.

I need iterate over years = {2011, 2012, 2013 … 2016, 2017, 2018} inside each year, iterate over months = {January, February … December}

Hi @Fabiano_Torres

If you are comfirtable with REFramework you can handle such scenarios very well in that.

Or else you can use FlowChart so that it would be visualized well that what is happening in the script.

Thanks,
Prankur

Thanks for your response. Can you share some example with flowchart?

1 Like

I have found that the best way to make a chained for is by using local queues.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.