Trigger microflow from data grid upon changing a value in one of the editable columns, without a button

0
Is there a way we can trigger microflow from a data grid row upon changing value in editable column, without using a button to trigger the microflow, Can we trigger microflow when we change value in data grid, like a on-change event?
asked
2 answers
5

On the default data grid, this behavior isn’t possible out of the box. The new Data Grid 2 gives you a lot more options.

this new data grid can be found in the add-on-widget section

Using this setup, you can add an on-change event on the required input widget

answered
1

You should add the on-change event on the particular entity in that case! Please specify, if that doesn’t solve your problem. On the DataGrid, there is no such trigger event.

answered