Hi,
I have a table displaying some records. Everyone who is logged in is able to submit a form that is shown in the table. However, I want for the logged in user to be able to delete their own submissions from the table, but not everyone else's. Is this possible? I can't seem to get it to work.
I have all the connections setup for the schema and users and so on.
Edit:
Kind of what I would want is something similar to this:
![](upload://sQtnGBwfNBTDKIc96KaTlRqEeMe.png)
Is there any work around for this?