Hi Tao,
Currently you are using the regular cancel button. Instead you should use a custom microflow here.
-Remove the current cancel button
-Create a call microflow button.
- Retrieve the file that was just automatically committed by association
- Delete the file
- Close the page.
Hope this helps!
P.s. Is there a specific reason not to use the regular file manager widget that is included in Mendix?
Hello,
I also have the same issue but in a slightly different way. In my case, the users doesn't need to click cancel button. For example, they can click any button on the navigation and everything should be cancelled and files should be deleted. Any way to handle this?