Upload multiple videos to YouTube with different titles?

I have a simple scenario that takes all of the videos I have saved in a dropbox folder and then uploads and schedules them on YouTube. That works great, but what I wanted to do is give each video a different title and description, so I thought I could do that with a google sheet right before the Youtube module, so the youtube module can grab the title and description from the sheet. That works, however I have a bug where however many videos I have listed in the sheet, it will keep uploading the same video with a different title each time. So for example if I have 3 lines in the sheet, it uploads the same video 3 times and each one will have a different title that I have listed in the sheet. I attached my scenario if you want to look.

Can anyone help me make it so that it will just upload 1 video at a time with the correct title and description, and then skip down to the next line in the sheet and upload the next one, and keep going until there’s none listed?

Would it be better to not have the repeater, and instead have all of the info in the sheet including a url to the video in a new column? That seems like extra work I was hoping to avoid :slight_smile:

blueprint.json (50.0 KB)