Approve meetings before making them public

I have an App that lists car meetups events.
It looks nice becuase it has a list of the events and also the can be viewed on the map.
People can add their own meetup events too.

On the last part......yes I want (authorized) people to be able to enter their own events, but......I want those new events only to show up on the public list and map after I (or some other moderator in my team) has aproved the entry.

How can I realise that?

Solved Solved
0 3 89
1 ACCEPTED SOLUTION

Use slice (or security filter) with a proper condition to filter out events where the [Status]="Approved". Then use that slice with your views.

View solution in original post

3 REPLIES 3

Use slice (or security filter) with a proper condition to filter out events where the [Status]="Approved". Then use that slice with your views.

I'm gonna try this.
I think I will manage.

I am 100% new to AppSheets so I have some difficulties to figure out how I can give an 'administrator' right to view and chamge the appove status, while others only see the meetings and not the rest of the data, but I will figure it out.

Thanks for the push in the right direction.

You're welcome!

Top Labels in this Space