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 autom...@googlegroups.com
I find myself doing this a lot.
modified = false
modified |= blah
modified |= blah
blah if modified
modified = false
modified |= blah
.....
What do you think of a global $modified variable? Of course each
automated action would set the $modified |= variable but that would
enable the recipes to look like this.