Passing credentials to a bot

I’ve a Flash web app that is used as a on demand hub to trigger bots. To some bots, I’m looking into pass the user name and password as arguments to initialize the bot.

The problem I’m facing is, when I look at the orchestrator logs, I see that the password is passed as a clear text and is displayed in the logs. Is there a better way to transfer passwords when sent via arguments?

@Nikhilesh_Joshi

Use Assets->Credential Type

In the flow use Get Credential Activity

This way you can secure your password

Hope this helps you

Thanks

I’m looking to pass the credentials dynamically to the bot as argument. They are not static.