I did not see this mentioned anywhere when searching. But I would liek to make more detailed messages based on conditionals.
For example, some of my triggers have comments. Rather than just put {TRIGGER.COMMENTS} in the message I would rather it only show if it existed:
if (isset({TRIGGER.COMMENTS}) { echo {TRIGGER.COMMENTS} };
Something like this pseudo PHP code.
Just a thought to make action messages a little more clean.
If anyone has a suggestion on how to achieve this currently I would like to hear
For example, some of my triggers have comments. Rather than just put {TRIGGER.COMMENTS} in the message I would rather it only show if it existed:
if (isset({TRIGGER.COMMENTS}) { echo {TRIGGER.COMMENTS} };
Something like this pseudo PHP code.
Just a thought to make action messages a little more clean.
If anyone has a suggestion on how to achieve this currently I would like to hear
Comment