How to know the value of the selected row

0
I want the user to select a row from a data grid and then, I want a microflow to return the selected data to me. For example: when I click on the first row I want the value returned by the microflow to be: 4900000006. Is it possible?
asked
1 answers
0

Set the default action to single click and add a button in the controlbar that performs the default action.

If the button itself is not needed then you could hide the button with some css.

This can return the selected object in the microflow and provide access to the desired attribute value.

answered