Basically, when I duplicate a workflow and have a node that has more than 1 credential/connection, it will reset to the default credential as if I created that node through the add node menu
This is a known issue in n8n where duplicating workflows doesn’t properly preserve credential selections for nodes with multiple credential options. To work around this:
After duplicating, manually re-select the correct credentials for each affected node
Consider using the Export/Import feature instead:
Export the original workflow
Import it as a new workflow
This sometimes preserves credential selections better than the duplicate function
This issue has been reported to the n8n team and should be fixed in future releases.
If my response helped, please consider marking it as the solution!