You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tas...@googlegroups.com
I've set up a profile which uses the UI notification on *any* App. I pass on the NTITLE to my web server (for my home automation to speak out the text). However, I'd like to suppress some app's notifications.Tasker must have the name as the trigger can be restricted to a single app. Therefore it would be useful to have the name of the app in a variable. I could not find any variable for this. Am I just too blind or is there no variable for the notification-app-name?
John Doe
unread,
Apr 6, 2015, 5:44:29 AM4/6/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tas...@googlegroups.com
There is no variable. You could use Notification Listener %nlapp to know the name of the app.
Rich D
unread,
Apr 6, 2015, 5:48:23 AM4/6/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tasker Google Groups Post
Therefore it would be useful to have the name of the app in a variable.
I think that is in the array element %evtprm(1)
Try checking all of the elements %evtprm(:)
Peter Stark
unread,
Apr 6, 2015, 1:11:30 PM4/6/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tas...@googlegroups.com
Thanks. %evtprpm(1) worked. However, I had to move it into a new variable first before using it in HTTP Get.