Hi, I’m a beginner and I’d like to create a google form with three questions/fields using UiPath in order to fill it with and excel file. Is there any example abuot wow to create de google form automatically with three or more questions/fields? Thanks in advance
Hi @Jesus
I’m trying to understand well your issue. If you need fill the form with the excel data, you’ll need some activities:
- Open browser
- read range, to read the excel file.
- With a foreach, you’ll able to get all rows information
- Type Into, to fill the fields in the form
If you want, send me and excel file with fake data, to generate a process and send you.