Thomass97
(Thomas)
November 27, 2024, 8:41pm
1
Hey everyone. I’m new to UiPath and I am trying to build a project regarding my youtube playlist on liked videos.
I got the idea because my youtube playlist is over 1500 songs and i want to create new playlist with giving the automation song name / artist name.
The problem is that when the program finds the correct artist it can’t find the correct three dots that are next to the same song.
Does anyone have any idea how I could implement so it chooses the three dots next to the song it is going through?
Anil_G
(Anil Gorthi)
November 28, 2024, 2:36am
2
@Thomass97
Instead of extract datatable use for each ui element and then indicate each set as one element…
Then inside that you can add filter in the for each itself to filter on the artist you need
Then find children will help you get the selector for the 3dots menu you need
Cheers
Thomass97
(Thomas)
November 28, 2024, 6:09am
3
The for each ui element seems to be working better for this, i just chose dots for the CurrentElement and created labels for the artist names and song names.
But now I ran into another problem, because the program runs well if i only give out 1 filter e.g artistname contains “John Lennon”. But when i try to add more artists to choose from the program wont seem to work.
Would you have any ideas to combat this?
1 Like
Anil_G
(Anil Gorthi)
November 28, 2024, 6:05pm
4
@Thomass97
May be you need to give an or condition
Cheers
system
(system)
Closed
December 1, 2024, 6:05pm
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.