Expandable Row call Flow Action Post Processing rule on collapse
Hi,
I have a table that i configured this way :
- Row editing : Master-detail
- Display of details : expandable rows
- Detail flow action : MyUpdateFlowAction
- Display an expand/collapse icon per row : true
MyUpdateFlowAction has a Post-Processing activity.
I have a standard icon for expand/collapse.
While expanding, i got the Cancel et Submit action button.
Is it normal that if i just Expand and Collapse, without doing anything else, Pega trigger my flow action Post processing activity ?
I just want it to be called on submit not on Collapse.
Thanks.