Where are the chat messages stored?

Hey everyone!

So, total beginner here. I added the Chat element to my app and sent a few messages from different accounts, however I can not find the messages in the tables. Where are they stored?

Support Link:
https://go.glideapps.com/support/99283539-a08e-4969-9843-8a92891284e5

Thanks!

Thanks GlideBot, but there is no Comments sheet in my data. Should I create it? This seems weird because several messages already exist.

You will only see it if your project is connected to a google sheet.

1 Like

Adding to what Jeff said, please also note the Sheets version of comments is purely a log. If you change things there, it won’t be synced back into your app because Glide handles those comments internally.

2 Likes

Oh ok, so this means I can’t display the latest message of each conversation in the chat list, right?

Thanks a lot for your help!

You can create another sheet tab in your google sheet, and then use a formula to bring in all of the data from the App: Comments sheet tab into that new sheet tab. Then it will be accessible in glide, but all chat messages will then count against your row count, so I probably would advise against it, if you are going to have a lot of chat.

1 Like

Good to know. Thanks a lot!

1 Like