Multiselect-item-checkbox

hello,
I want to select an item in a checkbox list from a variable. but I can’t find the solution. see attached listing image.
Thanks for your help.

Hi @DICT-OKTOX

You can use the for each UI element activity to check a item in the list of items in the drop-down.

Follow the below steps,
→ Use for each UI element activity and indicate on one of the item then it will automatically extract all the items in the drop-down list.
→ Come back to studio click on configure Filter option in the for each UI element activity and pass the variable contains which items has to check. output of for each UI element activity is CurrentElement.
→ Inside for each UI element activity insert the Check/uncheck activity and open the properties, find the input element option and pass the CurrentElement to it. (If you want to check the item then use check/uncheck else use click activity)

It works for you.

Hope it helps!!

Hello Mahesh,
Thank you fir your help. Please can you make me the model.

Have nice day.

If it is possible to share the web url and list of data to check, then I’ll try to do make a workflow… @DICT-OKTOX

it’s an application, is not possible to share it.

Please tell me only the modules that i must used

Hi mkan

I resolved my problem with “chek” and " “send hotkey”.

thank you.

1 Like

Okay @DICT-OKTOX

Good to hear, but if you want to do it dynamically you can follow the above approach which I given steps by step process in the above post.

Close the loop, by make Post Mark as solution.

Happy Automation!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.