Creating Notification Pages Using Itoo Background and MelonNotification Values

Hi, I have implemented sending notifications via Itoo Background and MeloNotification. The notifications work fine, and now I would like to create a page to display the list of notifications received.
The problem is that, using Itoo.StoreProperty and FetchProperty, I can’t display the list of notifications: instead of adding new notifications, the list is overwritten with the last notification received.
How can I solve this?

You are obviously overwriting the Notifiche property here, you need to be doing

Store Property (Notifche) = Fetch Property (Notifche) + join new data…

1 Like

Hi Xoma Thanks for the help! Congrats on the great extensions!

1 Like