Perform FlowChart Multiple times and update login details for each loop

Hi, I have a list of Users and Passwords.

I have set up a flow that opens Chome, accesses a site and logs in using ‘hard coded’ user details.

Rather than creater a separate flow for each user; can I read in a list of users and then loop through this flow with a new user and password on each pass. The Flow would then terminate when there are no more users to process.

Any help appreciated,

Thanks

You can. If you have the username and password passed as arguments to your workflow, you can wrap a For Each loop around the workflow. Just make sure your passwords are going in as SecureString types.

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