Logout Action Commits Object On Open Form

0
I have a form with an Entity that has some required fields validation within a microflow. If the user opens up the form then logouts, the form is saved (even when nothing has been updated on the form). This "auto saving" causes some discrepancies in the data. How can I prevent the logout action from saving what;s currently open and unsaved on the screen?    
asked
2 answers
0

Is this happening from a pop-up? If so, pop-up pages have a "close action" property that specifies what happens when the pop-up is closed. My guess here is that the close action is firing, and you may have it configured to commit data.

answered