Need help with my playlist automation

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?

@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

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

@Thomass97

May be you need to give an or condition

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.