Hello everyone, I am new to UI path and I am having a problem with using dynamic selectors in a drop down list unfortunately using the activity select item does not work for the webform I am using. I read that we can use variables for dynamic selectors. How do we select dynamic values in a drop down list?
Sorry,
but I have another question, if I need to click the values that are based on an excel sheet how do I click the values if the values are different for each click?
Is you use the selct item itself you can pass the values asthe item value…for that you can use a for each row in activity and pass the value ( CurrentRow(0).ToString)
If its not working, then use uiexplorer to inspect on the element and identify the dynamic attribute… Then you need to pass value to that attribute as given in the video below.