To make UiPath’s Select Item work for row-wise dropdowns, set the dropdown’s selector dynamically using the rowID variable in your loop. If Select Item doesn’t interact with the dropdown, use Click to open it, Type Into to enter the value, then Send Hotkey “Enter”. This combination works for custom dropdowns and dynamic forms.
If your teacher requires using Select Item, ensure the dropdown is a standard HTML select element and not a custom dropdown. Use Ui Explorer to identify the selector properties and add the rowID as a variable in the selector (e.g., idx or aaname). If Select Item still fails, it means the dropdown isn’t compatible—UiPath’s official documentation confirms Select Item only works on native select elements. Check with your teacher if this technical limit allows using alternative activities.
use anchor base selector for clicking on radio button as well as for dropdown, this might be the case of multiple match found error for target element, that’s why it might be failing .