I have a employee list which i want to iterate on a site which fetches employee records
I am using workfusion to automate the manual process but in the first step the user have to select employee name from the dropdown or the user can type the name to filter.
It works if i hard code the name and use keyboard sequence(Typed text) but i have multiple names to iterate and therefore i take a list variable but it fails to select the name from the list variable.
How can I iterate multiple names from the dropdown one by one ?