Single click in Template Grid

4
I would like to have a trigger a microflow on single click in a Template Grid. Is it possible without showing the control bar?
asked
1 answers
7

Yes, it is.

Connect a MF to an invoke button and set invoke on selection true. Set the control bar of the grid to visible false and set click type to single click.

There you go...

answered