Hi All,
I have a process mentioned below:
- in for each data row loop it will click an activity and search for a user from data table
- if user found then it will continue the remaining process
- if user is not found it will skip the complete process mentioned and will process for next row with click activity and search again which is the first step of for each loop
I am able to process if user is found but if user is not found how it’ll skip the complete process and start from 1st step
Please suggest
Thanks