How to get admins to approve forms before the listing goes live

Hi all,

I have created a glide app where we have listings of various people/businesses. (breeders.gsdfederation.co.za, if you’d like to have a look). The data is received by the people completing a Glide form, and it is stored in Glide Tables.

For verification purposes, we actually require the data to be approved by admins before appearing as listings on the app. How would I be able to get this done?

Thanks
Dirk

  • Include a boolean column in your table to indicate if the listing is approved or not. By default it will be empty (not checked)
  • In your listings, filter where the Approved column is “Not Checked”
  • Create a separate page for your Admins, and show all listings that are not approved.
  • Give them a button with an action that sets the Approved column to true
2 Likes