Notification issue

DPF

New member
Hi. My Notification that i get by sending an Whatsapp Video is triggert over 20 times during sending the Video.

Is there an Issue or someting what i can do against that?


A Whatsapp Mail is triggerd for 3 Times.

I have checked the peristant Messages and multiple Triggers to on.

Did someone have this Problem or did i make an Mistake?

Greetings from Germany
 

Jacob L

Moderator (Lawsonator)
Hi. My Notification that i get by sending an Whatsapp Video is triggert over 20 times during sending the Video.

Is there an Issue or someting what i can do against that?


A Whatsapp Mail is triggerd for 3 Times.

I have checked the peristant Messages and multiple Triggers to on.

Did someone have this Problem or did i make an Mistake?

Greetings from Germany
It's possible to save the notification content into a variable and use if statements to determine what to do including ignoring media notifications
 

DPF

New member
which Variable should i take for doing this?
Is it possible to gererate only a notification for Whatsapp from my Daughter or someting else??

I would keep the Notification from her alive...
 

Jacob L

Moderator (Lawsonator)
which Variable should i take for doing this?
Is it possible to gererate only a notification for Whatsapp from my Daughter or someting else??

I would keep the Notification from her alive...
Create a string variable in MacroDroid and set the variable to [notification_title] which should catch the name, you can use if statements to catch and do what you need to.
 
Create a string variable in MacroDroid and set the variable to [notification_title] which should catch the name, you can use if statements to catch and do what you need to.

Taking advantage.. Is there any video tutorial demonstrating how to use variables in macrodroid?
 
Top