I am hoping someone can point me in the right direction.
What I am trying to attempt:
Google Sheet with columns Video ID (eg: Video1.mp4, video2.mp4 up to 20), Video Title - Youtube title, Video Description - Description for YT video, Processed - which will have YES if the video has been uploaded and NO if it has not.
2.Google Drive search files/folders - I have a folder with all of the videos
Google drive download a file
Youtube Upload video
Google Sheets update - When the upload to youtube has completed it will mark the video as processed YES in the spreadsheet.
The problem: It runs great but it keeps uploaded the same video over and over even though it is YES as processed. Chatgpt suggested putting a filter on the first module Google Sheets - search rows. If I put the filter as Processed = NO, it does not return any fields. I then ask Chatgpt for a solution and it sends me in circles.
The graphic you see here, is me playing to try and get it to work. Where I added the router and filter off the router.
Can anyone suggest how I can tell make that when the spreadsheet has processed Yes against a video to move on to the next video in the spreadsheet for processing which would have NO in the processed column?
I hope this is clear, my brain is literally about to fall out
To allow others to assist you with your scenario, please provide the following:
Relevant Screenshots
Please share screenshots of your scenario, any error messages, relevant module fields, and relevant filter settings. It would really help other community members to see what you’re looking at.
You can upload images here using the Upload icon in the text editor:
Scenario Blueprint
Please export the scenario blueprint file to allow others to view the mapped variables in the module fields. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
Please provide the output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.
B. Insert as Formatted Code Block
If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
These are the two ways to format text so that it won’t be modified by the forum:
Method 1: Type code block manually
Add three backticks ``` before and after the content/bundle, like this:
``` content goes here
```
Method 2. Highlight and click the format button in the editor
Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.
By providing these details, it will allow others to assist you better.
Thanks for your reply Samliew. If I export the bundle it is going to make the names of my google drive and youtube channel public and I would prefer not to do that.
Basically what I am trying to achieve is have make look at the processed field and if the field says YES, skip it as it is already processed. If the field is NO then process the next item on the list which will be the next video for uploading.
If you need further assistance, please provide the following:
Please provide the output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.
B. Insert as Formatted Code Block
If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
These are the two ways to format text so that it won’t be modified by the forum:
Method 1: Type code block manually
Add three backticks ``` before and after the content/bundle, like this:
``` content goes here
```
Method 2. Highlight and click the format button in the editor
Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.
This will allow others to better assist you. Thanks!
Hope this helps! Let me know if there are any further questions or issues.