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 91
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
Top Labels in this Space