Save changes and take another action

0
Hi! By pressing an Edit Action Button I would like to save changes and perform another action at the same time. I could do it with a microflow but I don't see the option to save changes.    
asked
4 answers
1

Beware that the default ‘save’ action, commits all data shown on the page, so also associated objects you might show through additional editable dataviews. In your custom save+ flow you need to explicitly retrieve and commit those objects too.

answered
0

On click call microflow, commit the object in the microflow action?

answered
0

What do you mean with “ perform another action at the same time”?

As Stefan mentions, instead of the default action “ save” call a microflow and execute the commit (save) action and continue in the microflow with the required action.

answered
0

I am using DatabaseConnector and I want to save changes to persistent entity and Execute statement at the same time

answered