Automatically triggering microflow

0
Hi All, Is it possible to automatically trigger a microflow when a datagrid gets updated (Add/Edit/Delete)? Regards, Megha
asked
2 answers
1

Instead of the default buttons you could add ‘action’ buttons that perfom the (Add/Edit/Delete) action in a microflow, and whatever other logic you put in there

answered
1

Hi Megha,

A solution could be to add ‘event handlers’ on your entity which you show in the datagrid. Just add your desired microflow for after create, after commit and after delete in the domain modal > entity > eventhandlers.

answered