How to delete the selected datas(multiselect) in the data grid

0
Hello all, Does anyone know how to delete the selected datas (multi select) in the widget "Data Grid", please? Thanks in advance.   Regards,
asked
1 answers
1

Yan,

Create a microflow that accepts a list of objects as a parameter - the objects need to be the same entity as your Datagrid points to.  In the microflow, put a Delete action and point it to the list that was passed in.  On your datagrid, place an action button that points to the microflow you just created.

Hope that helps,

Mike

answered