cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

selecting Multiple elements in "Set looping list" in bpa

Chidvilas
Discoverer
872

In the set looping list, we can choose either of these elements:

Chidvilas_1-1740394141334.png

Chidvilas_2-1740394173733.png

But do we have any alternative to select all the three collections of elements under the mobiles screen so that only one For each loop can be used to get the data of all the three elements in this screen

 

SAP Build Process Automation SAP Intelligent Robotic Process Automation 

Accepted Solutions (0)

Answers (1)

Answers (1)

rohit_singhal
Active Contributor
0 Likes

Hi All,

Please try the following:

1. Step 1 would be to identify the number of times the loop needs to run or an exit condition to end the loop.

2. Step 2 would be to create either a "Repeat" loop or "Forever" loop based on whether a set number of times execution is needed or based on an exit condition the loop needs to be ended.

3. Step 3: Within the loop address each set activity for the three collections, and add the index of Step 2 loop to address the element on the current loop index.

Do let me know in case you wish for more details.

Best Regards,

Rohit