How to open an application whose path is stored in asset in Orchestrator?

Hi,

I am trying to use open application activity to open UiDemo app, but want to store the path at Assets.

Can you help me how can I use that assets in open application activity.

Regards,
Masood

Store the Path Value in the asset, if you have multiple robot machines then you can assign different paths for each machine using the option value per robot.

Get the required value from the orchestrator using Get Asset activity. Save it in the required variable. Pass the obtained path value via variable to Open Application activity. Make sure the selector pointing to required windows are generic and not specific to a particular machine.

3 Likes
  1. Store the path in the Orchestrator Assets
  2. Use the Get Asset Activity, to read the path and assign to variable into the UIPath application
  3. Give the variable in the Open Application Activity.

Regards,
Karthik Byggari

2 Likes

Thanks Karthik and Rishi.

Regards,
Masood

Please mark the answer as solved and close the thread.