Linking an entire tile on list component

0
Hello All,  I’m working on native mobile application.  I chose the list view to display items that are linked to a more detailed page (Image attached)  How can I make the entire tile clickable, rather than just the arrow?  Note: I did categorized it as “user experience” issue because one would expect to click the entire tile, which can lead the user to believe the app is malfunctioning. I tried to use the “on click” marked on yellow on the right panel, but it does not work.  I’d expect it to link each tile to the selected microflow for example, but it doesn’t.   
asked
2 answers
0

Hi Efry, setting the property ‘On click’ should work. You can only call Nanoflows so you can't select a microflow. That won’t work. This is my setup to get to the details  page:

 

answered
0

Really helpful, thank you very much Sjors! 

 

answered