Images won't delete from "App Data" nor "File Manager"

Hi there! I’ve added a button to delete profile pictures of users and it simply won’t delete it from the database.

I also ran it Step-by-step in the debugger, and everything checks out.

What could be the issue?

1 Like

You also have to delete the Profile Pic item from the database in the same workflow. You are correct to be removing it from the uploaded files section but make a new action to also delete the Search for Profile Pic: first item.

Sorry, I don’t understand. I thought this was exactly what I was doing…

Hi @anon32289802
To delete image from database you have to add another step like this (For example)
Screenshot 2022-09-02 at 12.40.58

Thank you, that worked - do I even need to “delete an uploaded file”, then? I don’t see why I would.

1 Like

Mainly just to stop your file storage getting clogged up with files you’re no longer using in your app, taking up your storage space…

1 Like