Notifications whenever there's an update

how to have a notification whenever there’s a new row in my app?

want it so whenever a new row comes in, there’s either a popup or a star/indicator next to the row

Pop up not really possible. For star indicator, you’d have a user specific column per row. Let’s call it RowViewedOn.

For the inline list, create a custom action that (1) adds a timestamp to this column and (2) view details

In this same sheet, create a template column that has a star emoji then the title of your post.

Lastly, in this same sheet, create an if then else column that checks if the RowViewedOn column is empty. If it’s empty, display the template column else display the title column.

Use the if then else column as the title for the post.

2 Likes

Hey ! Thanks for sharing your issue with the community. In order to help you get the most suitable information based on your problem, I’d recommend you to move your topic to #help-how-to category. You may use this category to ask general questions or get help with something from the community. This will help us to keep the topics organised :slight_smile: