Make a data grid value trigger an action

0
Hi everyone, Is there a way to make a data grid value actionable? Means, on-clicking the text or value, it must trigger an action. Thank you.
asked
1 answers
0

You can do this with a list view or template grid by rendering a microflow button as a link and setting the caption as a parameter or a static value. This way the MF button caption displays your data, and when it’s clicked it will trigger a microflow.

 

in a data grid, you can set the row to trigger an action button by setting the action button to default. Unfortunately you can’t set the text to be a trigger like in a list view or template grid.

answered