Storing Multiple Credentials for Same Process

ddotchu

New Member
Is there a way to store multiple User IDs/Passwords in BP's Credential Manager for the same process?

Based on a unique ID#, I want the process to log into a website with the respective User ID/Password. So in other words, there are different User IDs/Passwords that would need to be used to log in but the process will be the same.
 

gil.silva

Active Member
Hello ddocthu,

I would create all the credentials (with unique ID# in the name) that you need in the Credential Manager, then in the Get Credentials action, as input you have your data item (unique ID) to choose the respective credential.
Let me know if you have any question.
 
Top