Unwanted object commit when associated with system image

2
Hi everyone, in my model I have an object (project) that as a generalization to system.image. When I cancel the creation of a project after an image has been uploaded, the object gets committed to the database. I cannot seem to find where this commit happens. Does anyone know how what causes this?  Thanks!
asked
2 answers
3

FileDocuments and images are commited by the file manager widget. You need to add a cancel microflow that will delete the object (and with it the actual file from storage).

answered
0

I have that issue every time I used images or files, I do not know why. 

But if a user upload an image, and call a microflow after that upload (no matter which microflow), the object is being commited. 

because of that I had to delete the images(or the files) if needed inside the next microflow clicked by the user.

answered