Use google drive account dynamically

Hi All,

Is it possible to pass account dynamically into use google drive activity instead of configuring in UiPath studio.

My requirement is I have 2 Gmail accounts one for test environment and other for prod environment. When I deploy code to production I would like to pass prod gmail account.

@Sailaja_Pasupuleti

You can place the values using assests, So when you create in PROD tenant you can change values

Hope this may help you

Thanks,
Srini

@Sailaja_Pasupuleti

Ideally when you create the process(in orchestrator) it would ask for giving the credentials or linking the credentials you can link a different set then also

cheers

Can you please show me sample one by passing asset value. I am unable to edit account properties

@Sailaja_Pasupuleti

Use Get Credentials activity in your workflow and create variables for UserName and Password
In Orchestrator create an asset with Credential type

This way you can change the things in Orchestrator

Thanks,
Srini

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