about appsheet interface

Welcome

I have a problem and I would be grateful to someone who can give me the answer

I used an appisheet to save files, but I faced a problem with deletion, as I had to create two buttons to delete the file from the application interface and another to delete it from the drive.

Is there a way to make one button delete the file from the application and the drive at the same time?

If you add the subfolder where all your files are as a table to your app, you should be able to delete that file with an “Excecute an action on a set of rows”. Another workaround is to use scripting for this purpose.

2 Likes

@Suvrutt_Gurjar has explained it in here.. https://www.googlecloudcommunity.com/gc/Tips-Tricks/Delete-app-images-or-files-in-an-app-record-from-Google-Drive/m-p/317163

2 Likes

Yes, create a grouped action and set the both delete actions and with the press of a button youll have it all done.