This is possible in javascript to trigger notification without chaining actions? maybe with Angular function?
thansk!
This is possible in javascript to trigger notification without chaining actions? maybe with Angular function?
thansk!
Hi @Patrice_Girard,
Iām not sure if I understand what exactly you want to achieve. If you could explain what you want to do in more detail, I can definitely give better answers.
Generally though, every Notification is always a single step inside an action. If the goal is to trigger multiple notifications, you either have a single action with multiple Notification steps or an action for every notification.