I have a flow that queries a database and outputs the result (JSON) to a table using ui-table (v2).
I want to make it so that that every cell in the first column (which contains a customer number) becomes clickable, and when I click on the cell, the number is sent to the server (http request or simular) to use further in a new flow. Or better yet, make the whole row clickable (better user experience).