[Flow] Get the selected index of a list of Dynamic items buttons
[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.