- Joined
- Jan 16, 2020
- Messages
- 2
- Reaction score
- 0
I use a web form to enter details of product orders and the site spits out shipping labels. I have a spreadsheet with each row containing the details of each order (product, quantity, barcode, expiry, batch number) and this file can have up to 100 records that I need to paste manually into the form. I found many tutorials showing how to populate a web form with static values, but I need to figure out how to automate the following flow:
Thanks!
- Load web form URL
- Populate form fields with order details from spreadsheet [row 1]
- Click Submit
- Use save dialog to download label as PDF
- Reload web form URL
- Populate form fields with order details from spreadsheet [row 2]
- Click submit
- Use save dialog to download label as PDF
- Repeat automation for all spreadsheet rows
- END
Thanks!
Last edited: