How can we check if the save button is clicked on form?

0
The scenario is, i have a form which has save action button, but in my case before submitting the form the object is created, so i have to make sure that user submit the form if it goes back without submitting the form then i have to give an error message.   
asked
1 answers
1

Create a custom save microflow for this. In the microflow you can do the create action and if all validates ok proceed or otherwise give feedback to the user about the fault.

Regards,

Ronald

 

answered