Why is it so hard to delete images from the database

So i have an image display box, that is supposed to display an image. The user can change this image by uploading a new one and clicking a button that tells the database to change the image.

It seemed to work once or twice, but it seems like when user clicks button it does not change the image in the database if there is already a picture there., So what i want to do is tell the database workflow to first delete that image, and then use the new image.

However I keep getting errors telling me,
“Delete image…:To delete should be anything savable but right now it’s an image”

I have randomly clicked on a bunch of drop down options but i can’t get it to go anywhere…Am I even on the right track of how to do what i want it to do?

Well…After hours and hours of playing around in workflows trying to figure this out, i decided to check the image display settings, and somehow it was set to display the image deleted…or something like that…whatever it was set to was wrong, but in my head i never would have messed up something that simple so i didnt check,

1 Like