notification id condition

Post your questions and help other users.

Moderator: Martin

Post Reply
mjnz3
Posts: 14
Joined: 18 Jan 2014 17:02

notification id condition

Post by mjnz3 » 11 Sep 2014 15:41

Hi,
I have found how to add and remove notifications with an id, but for the life of me can't figure out how to base a condition if a certain id exists. Is this possible?

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: notification id condition

Post by Martin » 11 Sep 2014 15:55

Hi,

When the notification is managed by your own flow, you could store the id or a boolean flag in a global variable when you show the notification and set the variable to null, -1 or false when you remove the notification.
Could you describe in more detail what your overall goal is, maybe there's another solution.

Regards,
Martin

mjnz3
Posts: 14
Joined: 18 Jan 2014 17:02

Re: notification id condition

Post by mjnz3 » 13 Sep 2014 12:37

Actually I scraped this flow because it ended up confusing even me! It was actually a lame attempt at getting around my inability to understand using variables correctly, I was basically trying to use the notification id as a variable

User avatar
MURTUMA
Posts: 697
Joined: 05 Mar 2013 22:43

Re: notification id condition

Post by MURTUMA » 13 Sep 2014 21:04

Still, Martin's question stands.
Martin wrote:Could you describe in more detail what your overall goal is, maybe there's another solution.

Post Reply