HI
You can use javascript for this.
For each button click call Nanoflow inside nanoflow use javascript which will trigger dropdown click()
Regards,
Anahit
Here’s what I ended up doing.
I created a Javascript Action with this code:
document.getElementsByClassName("open")[0].getElementsByClassName("dropdown-menu")[0].click()
For some reason I couldn’t get it to work with jQuery using the browser console, so just went with this.