Reading user & password from file - use in Get Password object

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 ?

Thanks

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:

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.