
I am filling out a web form with data read from an excel file. I have everything else figure out but how to select a check box based on the value I'm reading from the spreadsheet. For example, I'm reading the number '37601' under the column 'Supplier.'
and need to select the corresponding checkbox on the website:
I'm sure there is a simple solution. Just need a little help. 🙂
Once you have the Supplier number in a variable you can use that in the Checkboxes UI element.
Open the checkboxes UI element you have picked. Then there should be element at the bottom of the list (in my second picture its 7th element called "7 Input checkbox 'color'") with attribute "Value" or "Name" that refers to the Supplier number. Change that to your variable so its dynamic.
Example site I tested this: https://www.ironspider.ca/forms/checkradio.htm
Checkbox UI element: