I have a password protected file and I would like to have the password set up as an asset so that if it were to ever change, I don’t need to make a hard coded change within the bot itself.
I have a credential asset set up with a dummy username and the SS password.
I then pull the credential in and save it accordingly.
The issue I am having is that the ‘Use Excel File’ activity has a ‘Password’ variable option but it is a ‘String’ Variable type and not a ‘SecureString’
Is there a way around this or do I need to just hardcode the variable in as it can’t be converted?