my notification is being sent to my email, but it is not updating the "notification text" on subsequent notifications until i delete all my notificaitons.
example
if i get a notification test123
then i get a notification test456
then i get a notification test789
i will get 3 emails but they will all say "test123"
if i clear the notifications and then get 3 notifications
test987
test654
test321
i will get 3 emails but they will all say "test987"
Its like it is not capturing the latest notification text in the variable {notification}...the {notification} never gets updated unless i delete all my notifications.
example
if i get a notification test123
then i get a notification test456
then i get a notification test789
i will get 3 emails but they will all say "test123"
if i clear the notifications and then get 3 notifications
test987
test654
test321
i will get 3 emails but they will all say "test987"
Its like it is not capturing the latest notification text in the variable {notification}...the {notification} never gets updated unless i delete all my notifications.