Trigger microflow with on change event in editable datagrid field?

2
Hi all, is it possible to trigger a microflow with "on change" event (or similar) in editable datagrid field? Cannot make it work. Cheers
asked
2 answers
2

You could probably implement this with an On Commit microflow on that entity. In the microflow, you could compare the in-memory entity with the data database entity of the same ID. If your editable value has changed, then execute whatever steps you need.

answered
1

Only possible if you use a templategrid/listview not possible with editable datagrid

answered