How to use row variable of for each in another for each

Hi,

In my workflow there are two for each row loops means there is for each inside for each row .First for each roe loop is reading data from excel and second is reading from scapped data. How can i use row variable of 1 st loop inside 2 nd loop so i can fetch data .
I am getting following error
This is second for each row where i have to access row items from first loop
1
I am getting following error
2

Kindly help me for the same.

The error shows that the column ROLE is not present the the Datatable

yes that is inside the second for each row loop thats why error showing .First for each row fetchig data from excel and that excel contains role colomn.how can i use that role from first for each row inside second

Can you post screenshot of both the for each row

@Mathkar_kunal
it looks like you have a nested for each row. so just ensure that the loop variables are different named e.g. orow for outer for each row and irow for inner for each row

Thanks, worked .

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