Using Assets

A developer created an automation project in the Robotic Enterprise (RE) Framework which needs to enter a User ID depending on the machine it runs on. The User ID is stored in Orchestrator as a Text asset using the Value Per Account-Machine method.
Which steps should the developer perform to use this asset in the project?

A. Add a row in the Assets sheet in Config.xlsx with the name of the Orchestrator asset.
Use the Get Asset activity in the workflow to get the User ID.

B. Add a row in the Assets sheet in Config.xlsx with the name of the Orchestrator asset.
In the workflow, retrieve the User ID by referencing the Config dictionary.

@J_Crosby

You can go by option B

In initialization state

In the intiallsettings xaml

All the asstes will be read by using get asset
Activity.so need to use another get asset activity

@Shiva_Nikhil thank you so much. I needed a confirmation from my research.

1 Like

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