Delete upload images

I have a database.

When I register, together 6 images are placed in the database.

I use the Croppie plugin to process the images.

The images are saved in the database and uploaded.

Exclusion:
Use Delete a list or table to delete records from the database.

How do I delete all images linked to the database record using Delete file upload.

Because when I do the deletion using delete file upload, only one image is deleted, although all records in the database are deleted.

Is there such a thing as delete list file upload?

Thanks,
Dirceu M. Azevedo

No, there isn’t… so you’ll need to use a recursive workflow to delete the list of images, and then you can delete the database record.

Have an example?
Or details on bubble docs?