Should a before commit microflow be triggered from an inline edit?

4
I have a datagrid on an object with a before commit microflow. I have a New button with inline editing on the datagrid. The microflow is not triggered when committing the record (going to the next line). When using a New button with a content form the microflow is triggered. Why can this be?
asked
1 answers
7

Hi Frans,

In one of my projects I use the same inline editing functionality in a grid with and a before commit. The before commit action is triggered when I change the value of the editable cell, and I click the next row.

Are you sure the action if triggered before commit, instead of after create? I ask you because the before commit action should not be triggered after clicking the new button (without saving it in the new view).

answered