Event Handler in DataGrid Fields Possible

1
I want to add event handler in datagrid Elements. so that when i change the value of fields, it should call the microflow and update all related values. Is it possible?
asked
1 answers
0

You can add an event handler on to your data grid entity, which will be executed once you update your attributes via the data grid.

answered