Cancel changes microflow

0
Hi all,  I have a button where I create an object, and this page has multiple steps. I have a cancel changes button, but when I press this I get to the wrong page. I can't link a cancel button to open the right page because then the changes won't be deleted. How do I resolve this issue? So we need a button to cancel the changes but it needs to open the right page. 
asked
1 answers
1

Hi Ian,

  • Call a microflow in the cancel button
  • Rollback the respective object(s).
  • Call the right page from the cancel microflow.
answered