How to click on cascading dropdown?

What is logic behind clicking on cascading dropdown?
Attached image for better understanding.
image
After selecting the last dropdown it will return a list that data.
Please help

Thank you.

Use select item activity

Hello @smrutismita.samal

image
You can use the Select Item activity which is used for dropdowns. You can give the variable in Item to select Option which stores the data. Based on the Variable data it selects the option in the dropdown list.

I hope it will help for you!

Thank you for your quick response .
But Can you elaborate more.
After using Select Item how to click one after another?
Also Completing last dropdown it will change the 1st value as well.

You have to Iterate a loop of data items and store every data item in a variable and pass that variable to the dynamic selectors.

Then bot can click one after another in dropdown list.

Note - If your question is selecting the multiple items in the dropdown list
Then use the ‘Select Multiple Items’ Activity.