For Each name in the Drop Down list

Hi,

It depends on structure of the dropdown. If the dropdown is simply HTML Select element, GetText with Fulltext scraping mode (Modern) or GetFullText activity (Classic) returns string which has all the option as the following, then split it by linebreak and we can iterate it using ForEach.

Regards,

1 Like