Hey!
I need to click on “Pitch a song” depending on title from Excel row. So In this example first should be second “Pitch a song”, because “Desert Sunrise” is first on excel row. Can you help me with that? Should I use IF? I am free also to connect remotely so we can solve the problem - which would be easier for me to understand as well since I am new to UiPath.
Follow the steps
- Open ui explorer from top menu
- Indicate any pick a song element
- Now scroll from bottom to top in the center menu(selector list) …and check the right menu (properties) …
- From the properties identify the row with innertext as the required song name or if i neer text contains the required song name…and select that row
- Now you have the selector that contains the required song…now select the song name in selector and right click to select a variable so that it can be made dynamic for the song you need
- Fromexcel read yhe data use a for each row in datatable and inaide that use the isentified selector in a click activity to click on pick a song option as needed and currentrow(“song”).Tostring will give you each song in excel
Hope this helps
Cheers
1 Like