Hi Everyone
I have a set of CSV data that I would like to pass to an online form.
How do I write out my IF statement to recognize the difference between “Male/Female/Prefer Not To Say” under a Gender column.
I would like it to then click the corresponding radio button on my form.
It will work as follows.
"IF Gender row = ‘Male’ THEN click specified radio button.
Thanks!