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?
notification id condition
Moderator: Martin
Re: notification id condition
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
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
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
Still, Martin's question stands.
Martin wrote:Could you describe in more detail what your overall goal is, maybe there's another solution.