If i have a workflow that uses nodes like google calendar, google email, and so on, how do i allow many users to use this workflow to access there own calendar not just a single calendar per workflow.
is there any way to have saved google credentials per user, like on a MySQL, that dynamically changes the credentials based on the trigger?
If this is not possible what is the best work around.
Do i need to use http requests version of everything that i need to pass user creds to?