Please help
I have an excel data file and then the data is selected for selection in the browser form. but the data column has data that is not in the selection browser. How do you do it so that the robot can continue to the next column without any errors?
Use Find Children activity to get available selections in the dropdown. Use this tutorial if required.
UiPath Tutorial: Using the Find Children Activity - Help / Activities - UiPath Community Forum
Once you have all the children’s/dropdown option available, check for the excel option you want to check in available.
Use If condition to check if desired value available on the dropdown. If available use logic to select it else continue to next value.
Thanks,
Ashok ![]()