How to go down at dropdown box

Hello guys,

gambar%20zabbix
I want to go down recursively after I select the dropdown box and do something. Then it will go down again.
I make my workflow like ‘click - send hotkey down - send hotkey enter’. But it doens’t want to go down. Any tips?

Thank you.

@claudiojody

Try to use Select item activity

1 Like

Thanks it works. And how to fill the condition in for each to stop the process after get the last item?

Use break after when the condition matches inside loop

Hi,

there are various options

  1. Select Item
  2. Send Hot Key “Down” and “Enter”

Thanks