HI, I have an excel file of users and passwords that I am reading and looping through each row. I can pass the username to a variable to use in an Input element but Im having trouble getting the Password into the GetPassword element. Is there a specific way to achieve this ?
If your password is directly stored in the Excel file, you have to convert the string you’ve captured into a SecureString. Check out this component to do so: