Running same workflow for 100s of people

I have this need - I have a workflow that works with my personal Google calendar. I want to run it ob behalf of my employees - each of them has their own Google account. I can ask them to connect their account once but then I just want to run it for each of them passing the Google connection.

So my solution was - create new workflow that calls the sub-workflow as many times as we have the connections either in loop or just a step using Sub-worflow node.

Any thoughts how can this be done?

using cloud n8n

Hi @Dima_Semensky

There is probably a better way of doing this.
What are you actually doing with the workflow?
You can probably do it with just 1 account with extra permissions.

I want to develop a single workflow - like checking user calendar and deploy it for 100s of people using their own credentials

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.