Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (5.3k points)

I was trying to nest for loop (for specific times) in loop which was iterating thru list. Like below: enter image description here

Result is:

X_Binder:1, X_Stitcher:2, X_PolyWrapper:3, X_Binder:4, X_Binder:5, X_Binder:1, X_Stitcher:2, X_PolyWrapper:3, X_Binder:4, X_Binder:5, X_Binder:1, X_Stitcher:2, X_PolyWrapper:3, X_Binder:4, X_Binder:5

instead of:

X_Binder 1, X_Binder 2, X_Binder 3, X_Binder 4, X_Binder 5,


X_Stitcher 1, X_Stitcher 2, X_Stitcher 3, X_Stitcher 4, X_Stitcher 5,


X_PolyWrapper 1, X_PolyWrapper 2, X_PolyWrapper 3, X_PolyWrapper 4, X_PolyWrapper 5

Can someone explain me what happened? Why it seems like AAE start mixing the order of loops that are iterating.

1 Answer

0 votes
by (9.5k points)
I am sure that there  is a bug,  this happens as any  loop will cycle through every list. This of course makes nested loops completely broken.

i would ask you to use XML

Related questions

0 votes
1 answer
0 votes
0 answers
0 votes
1 answer
0 votes
0 answers

Browse Categories

...