Notifier1......2.....3

Hello!
Please, how should I do it when I have more Notifiers on several items in the menu.... there is only call Notifier1....and when Notifier1.AfterChoosing. I must have missed something...
Thanks

Ondrej

Use if/else condition blocks and/or set a variable to identify which notifier call you are referring to

And when I need 4 Notifiers in one app?

A link with an example would help.
Thanks

Just us the blocks for each notifier instance

How can I do it in this case?

Set ID to a global variable, then in the afterChoosing event test for the ID, then generate the correct action which relates to the ID

Thanks!

Ondrej