How do I add comments to items in my app? I want them to be user specific but viewable by anyone, so people can comment things like, “Great session! I can’t wait to implement that at my library!” And then others can see those comments and interact and make their own comments. Is that possible?
In Glide APPS, yes…just add a comments component. In Glide PAGES, it’s possible, but you’ll need to build it yourself.
Thanks! Where do these comments live? Do admins have the ability to delete these comments if we determine them to be inappropriate? I’m checking the Glide table where the comments should be linked to, and I’m not seeing anything.
The comments data isn’t visible if you’re using Glide Tables…only Google Sheets. Admins can delete comments from the layout view of the app builder (not the best UX, but doable) by right-clicking the comment and selecting delete.
Awesome, thanks!