Can an orchestrator credential be called from the config file in reframework? (because there is username and password) if yes, then how do I use it in my reframework from the config file?
Hi @Amr_Nweery
Storing credential in config is not recommended. Instead store it in assets in orchestrator or window credential manager and keep the asset name / Window credential name in config.
Later you can use Get credential activity to retrieve credentials from asset.
To retrieve credential from window crendential manager you can use Get Secure Credential activity.
2 Likes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.