Set the credentials just once for each tool we are using within the workflow.
My use case:
For example, I’m working on a workflow that has many Gmail, OpenAI and MYSQL nodes and I need to set the credentials for each one manually. I would like to set a global credential for each tool so that it will change all the nodes for this specific tool when I change it.
Love to see this. Or atleast some easy way to switch.
A work around for now is to have a subflow that actually does the sql stuff and then call that everywhere. It isnt really a nice solution, but it should work.