How can i use assets from the config file.My scenario is i am not using orchestrator nor windows credential manger for getting the credential.I have to use excel config file which contain all the assets.
In my scenario what will the way to secure my assets and how can i use it in my UiStudio.
and now i have to type my username and password to a website.
For Entering username i will use “TypeInto” activity with passing arguments as “config(“System1_username”).tostring”
And for entering password i have to use “typesecurestring” activity.While using this activity i cannot pass the argument data because it asks for secure string inthis case i cannot use “config(“System1_password”).tostring” it gives me an error as “string cannot be converted to secure string”