Can an Admin user receive accept and decline requests from non-admin users?

Hi Austin,

When the button pressed it creates the record in your collection and you have created a true/false property like Accepted right? Then you can show a list to the Admin and connect it to that collection and add a button or a toggle to the list to accept it. And then you can add a filter to the list that user see as accepted> is true. Then when only the Admin accept it shows for the user or you can remove the filter and add a text like pending and a visibility condition if Accepted> is false and another text like Accepted and a visibility condition if Accepted>is true. Then make that texts touching and group them.

For this there’s a component called Arbitrary JavaScript that Pragmaflow created.

Here’s a video that how you can install that components from that marketplace.

https://adalo.pragmaflowservers.com/install-component

Thank you