I am using the new data grid as it is great for filtering and arranging columns. However, I am not sure how to make a workflow, when a user clicks on a row (not selected with checkbox) that it fetches the selected row id and then navigates to a new page (showing the data from selected ID), just a basic navigate to a new page… If I choose as a trigger on click, it doesn’t find the ID, and from UX adding a button or selecting the row in not ideal…
Any suggestions?
1 Like
Agreed, would be useful.
In the meantime a workaround could be to make every column of type ‘custom’. Then in the layout panel you can select the cell and add a link to from the settings panel.
It’s not perfect, but at as close as you can get right now.