Page 1 of 1

A developer used the Robotic Enterprise (RE) Framework to implement an automation of a website. For security reasons, th

Posted: Wed Mar 15, 2023 5:19 am
by answerhappygod
A developer used the Robotic Enterprise (RE) Framework to implement an automation of a website. For security reasons, the credentials for the login are stored in the Orchestrator.
Which steps should the developer perform to use these credentials in the project?

A. Add a row in the Constants sheet in Config.xlsx with the name of the Orchestrator asset.
Use the Get Credential activity in the login workflow to get the username and password.
B. Add a row in the Settings sheet in Config.xlsx with the name of the Orchestrator asset.
Use the Get Credential activity in the login workflow to retrieve the username and password.
C. Add a row in the Assets sheet in Config.xlsx with the name of the Orchestrator asset.
Use the Get Credential activity in the login workflow to get the username and password.
D. Add a row in the Assets sheet in Config.xlsx with the name of the Orchestrator asset.
In the login workflow, retrieve the username and password by referencing the Config dictionary.