How to script to collect 2 object in a drop down in an online form?


how to script to collect 2 object in a drop down in an online form? I cant seem to find any good solution to get 2 drop down at the same time

Hey @Lim,

Welcome to the UiPath Community !!!.

You can use the find element activity and then use the get attribute activity to get the inner text attribute.

however every time it will be a different person being chosen and there are like 300 options in the drop down is it possible?

Hey @Lim,

Yes,It is possible.You just need to grab the element after selecting values from the dropdown and then use the get attribute activity to extract the inner text.