Use what's in the attribute value in the HTML tag of your dropdown.
For example, there's a dropdown with the following values:
<option value="DOG">Dog</option>
<option value="CAT">Cat</option>
<option value="HAMSTER">Hamster</option>
To select Dog from the dropdown in your user flow, enter Dog in the field Value.
Comments
0 comments
Article is closed for comments.