Exam UiARD All QuestionsBrowse all questions from this exam
Question 142

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?

    Correct Answer: D

    To use a Text asset stored in Orchestrator with the Value Per Account-Machine method in a Robotic Enterprise (RE) Framework project, the developer should add a row in the Assets sheet of the Config.xlsx file with the name of the Orchestrator asset. In the workflow, the User ID should be retrieved by referencing the Config dictionary. This is because in the RE Framework, asset values are typically managed through the Config dictionary, which is populated from the Config.xlsx file.

Discussion
Engineer24Option: D

If you use a REFramework i think the correct answer must be D, you dont need to use Get Assets activity.

Herman62639Option: D

In the REFramework everything from the config file is saved in a dictionary. There is not need to use the "Get Asset" activity in the workflow. That can be used without entering the Orchestrator Asset into the config file. Best practice is to enter and use information from the config file.