Secure website credentials

New to Ui but I haven’t located a means to read thru a file that contains a user name\password and input that data into a secure website. Is this possible?

yes.

What is the basic workflow to accomplish this task? General info would be appreciated.

Considering Excel contains your credentials.
step1. Read Range to read the excel.
step2. iterate though each item using forech loop
step3. get row item activity to get specific value you want to pass to websitte
step4. use type into activity to pass variable.

1 Like

Understood and thank you very much.