I have 6 Gmail accounts, and I’ve already set up service account credentials for each of them. My goal is to dynamically make API requests to these Gmail accounts without duplicating the main workflow 6 times.
I came across the node run-node-with-credentials-x and was wondering if it can help me achieve this. I want to use these credentials dynamically within a single workflow to process tasks for all 6 accounts efficiently.
Could anyone guide me on how to configure this community node or share a better approach if there’s one?
Hey there,
I’m trying to use the run-node-with-credentials-x, but getting the following error:
What’s the error about " “Cannot read properties of undefined (reading ‘0’)”"
I’m not sure if this problem has the same origin that the one I’m facing right now…
I installed n8n in local docker.
After installed run-node-with-credentials-x via note the n8n client interface, I can not find the node in the open nodes panel at the workflow interface.
Did I miss something?