Share feedback, ideas and get community help

Updated 4 months ago

[Flow] Get the selected index of a list of Dynamic items buttons

At a glance

The community member needs to get the index of the button selected by the user in a list of buttons created by a Button Dynamic items component. A community member suggests using a set variable block with the code {{Items}}.indexOf({{Selected item}}) to get the index.

I need to get the index selected by the user in a list of buttons created by a Button Dynamic items component.
B
2 comments
You could get that with a set variable block with code:
{{Items}}.indexOf({{Selected item}})
Add a reply
Sign up and join the conversation on Discord