My requirement is to select last element from the dropdown.
Below are the steps that i tried out.
I am able to get the last name but i am facing issues selecting it
the select item activity is not woking as expected. Could anyone help me here
My requirement is to select last element from the dropdown.
Below are the steps that i tried out.
I am able to get the last name but i am facing issues selecting it
the select item activity is not woking as expected. Could anyone help me here
if you want to select the last element use this
in the get attribute pass this >lenwalletlist.toarray.last
below that use select item activity
and pass the output of get attribute output
Could you describe how it’s not working? Also a screenshot of the dropdown and the element that you are trying to select would be useful.