Different bot using Different assets

Hey All,

I have a question I have created a process that is related to Multi bot architecture. In my case, each bot will pick the same Q items but each bot has to log in their own credential. We can create many assets in Orchestrator.

How can we get the credentials from orchestrator based on different user or Bot?
Because in case my client doesn’t want to use a single credential to process the data or in a single credential we can process very limited data.

Any Idea?
image

Regards,
Srenivasan Kannan

1 Like

Hi @SrenivasanKanna

Use it with Get Credential Activity

Thanks
Ashwin S

1 Like

@SrenivasanKanna

The value that can be assigned to an asset differs according to whether the asset is created in a classic or modern folder. An asset created in a modern folder is assigned only a global value, applicable for all robots in that folder. In a classic folder, an asset can have either or both of the following value types:

  • Global Value - the default value received by every robot, unless a specific value is assigned to a robot.
  • Value Per Robot - a value received only by the specified robot. If Global Value is disabled, at least one robot value must be provided.

you will configure in Orchestrator

1 Like

Hi

This can be done like if we have four different process each can have four different named assets and call them in their respective process workflow so that assets will used in their respective user or bots
Or
We still have other options like windows credential manager if possible even store those credentials in their machine itself and access from there so that we don’t need to depend on assets from orchestrator
This is useful if we are going to use same robot but for different users
OR
Another option is using config file where we can store the credentials as well

Cheers @SrenivasanKanna

1 Like

Thank you @ppr @Palaniyappan @AshwinS2 :smiley:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.