Hello all,
I don’t know how to delete an image from a repeating group that show all images i have in my database. Consequently I would remove the same image from the database.
below my situation:
I would like to delete image when user click on the “x”.
Images are uploaded through an image uploader in the button “+ Aggiungi Immagine”
Hello @moniquefischerh welcome to the community!
Perhaps this video can help:
1 Like
Hello @cmarchan many thanks for your reply.
Unfortunately is not exactly my qestion.
My need is to delete image that are currently in a database by clicking on an icon “x” that i put in the repeating group that shows all images.
How is your dB structured?
@cmarchan I found the solution in this other discussion: [New Feature] Delete file action - #25 by gil06000
I had to design the following workflow:
1- Delete un updated file
2- make change to image = " "
By the way thanks a lot for your support!
1 Like