My situation:
my listView is bound to data from a app state variable (JSON), which is set by a custom action (algolia search to json format)
when tapping on a row in the listView it should navigate to another screen
in the 'navigate to' action, i want to pass in the screen variables for the other screen. in this case the document reference
The problem:
in the 'navigate to' action, in the variable setup, i selected the variable that is bound to the listView, but the data type drop down is non-responsive and I can't add this variable.
See screenshot below.
What is the trick to make this work?