Looping through Channel IDs to feed into YouTube New Video in Channel with Video URL workflow
Status: Closed · Asked by Aiming For FIRE on · 0 views
Hi
I have created a workflow that checks for new videos being uploaded to numerous YouTube channels and then sends the data of any new videos onto a Pabbly webhook and then into Google Sheets.
Everything works fine but I doubt I have created it in the most efficient way. Currently, I have a separate workflow for each Channel where each workflow is identical except for the Channel ID:


What I'd like to be able to do/think I should do is have one workflow that 'loops' through a list of Channel IDs (maybe from a list in Google Sheets) on a scheduled basis (daily) and feeds the individual Channel IDs into the YouTube Action.
Is this possible and, if so, can someone give guidance on how?
Thanks
Current mapping of values is not possible in triggers, so this usecase is not possible.
What you have setup is the only way for now.
Current mapping of values is not possible in triggers, so this usecase is not possible.What you have setup is the only way for now.
Thanks for the response. Hopefully something they add, as it's not very DRY.