Alerts

I want certain messages to appear each time a user opens the app. Sort of like alerts which go away when they x out of the screen. Is there a way to accomplish this in Glideapps?

1 Like

There isn’t a way that I know of. You could use a component on your page to display an alert, but there wouldn’t be a way to close it.

May be you can use a CheckList list type. Checking an alert will mark it as read or complete.

That’s a really cool idea. With a filter you can make the message go away once it’s read.