Hey,
yeah I’m trying to match the upload times, but I’m running into these issues because there are multiple uploads per day.
Initially I tried this through a CRON Expression at first, but those didn’t seem to trigger properly.
Doing this through multiple separate workflows technically works, but runs into the issue that the workflows don’t know which videos the other workflows already found. So every webhook tries to get all videos of the last 24 hours.
Doing this through one workflow with multiple triggers also didn’t work, though I’m not entirely sure why. Even if each trigger uses the same account, it should only ask the Youtube API once when the specified time comes around, no?
I feel like I’m missing something obvious here, but I’m not sure how to set this up 