Page 1 of 1
notification id condition
Posted: 11 Sep 2014 15:41
by mjnz3
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?
Re: notification id condition
Posted: 11 Sep 2014 15:55
by Martin
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
Re: notification id condition
Posted: 13 Sep 2014 12:37
by mjnz3
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
Re: notification id condition
Posted: 13 Sep 2014 21:04
by MURTUMA
Still, Martin's question stands.
Martin wrote:Could you describe in more detail what your overall goal is, maybe there's another solution.