Using each row

I have a question regarding the use of each row. I going through customer accounts. Using each row to login in to their accounts. Once I am in the customer’s account, there are multiple sub accounts. Now, I don’t know what tool to use to select one of the sub accounts as it is in the second column of the datatable.
image

Now, I want to login into account 999999, and open sub account 3. What can I do to robot read second column row and select appropriate sub-account?

@Sachin_Yadav

Check below for your reference

So once you use For each and filter the required value then use

Assign SubAccount = CurrentRow(“SubAccount”).ToString

Hope this may help you

Thanks

1 Like