Jon_1
1
I’m seeking some assistance in figuring out how to:
- Move information about my clients (username, password, etc) from a specific column in an excel file and into a website’s sign up form.
- So how would I move the information from First Name into chrome website
Hi @Jon_1
Steps to follow :-
- Excel Application Scope Activity
- Read Range Activity within Excel Application Scope Activity
- ForEachRow Activity in which Read Range output variable you will pass
- Assign activity within ForEachRow Activity
String firstName = row(“First Name”).ToString
Same use assign activity for all other paremeters
- Using TypeInto Activity enter each parameter into Browser Website signup Form
Mark as solution and like it if this helps you 
Happy Automation 
Best Regards
Er Pratik Wavhal 

1 Like
system
(system)
Closed
4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.