Page 1 of 1

The action is duplicated

Posted: 13 Jun 2021 15:17
by Mardaunt
I have an action that sends an http request to the server.

mes = newMapFromValues("message", notification_text);

Image

But for some reason, the request is sent twice instead of once. That is, the request is duplicated.
Image

I can't figure out what this is about.
Does anyone have any thoughts on this?
Maybe someone has come across this already.

Re: The action is duplicated

Posted: 13 Jun 2021 15:37
by Mardaunt
I have solved this problem.
I have trigger "Notification on Statusbar".
In the trigger parameters, you need to check box next to "ignore group summary"
Maybe it well be useful to someone. =)