Hello everyone.
Faced such a simple task as deleting a thing from the database, but I can’t solve it in any way.
I have an icon that, when clicked, should remove the current user’s avatar.
The problem is that I do not know how to arrange this workflow, although it would seem that everything is simple.
When I tried
“When button is clicked ----> Delete thing (current user avatar)” Bubble offers the following options shown on the screen.
But it doesn’t let me just leave the entry “delete current user’s avatar” and it requires to continue recording the workflow using one of the options shown in the screenshot.
I hope I have explained my problem clearly. Please, help.
How should the workflow be built so that when the icon is clicked, a record is deleted from the database for the current user?
I searched for information, but everywhere it just says that you need to use “delete thing” under a certain trigger condition. But I did not find the details of building a workflow.