Trigger Wait node after X number of runs from Split in batches

I’m trying to upload multiple videos to YouTube through the YouTube node but since the API limits to 10,000 units per day (like 6 videos a day because each video costs 1600 units) I was wondering if there is a way to trigger the Wait node after 6 runs of the loop?

I would suggest to modify your Code node to return a maximum 6 files and to move the uploaded files after the Split node to a done folder.
Then you can run your workflow once a day w/ Schedule node.

Using wait node you could end up with a workflow running several days which may cause problems w/ timeouts or other issues.

3 Likes