Hi all.
I have two items errorCount and errorMessage and one trigger like:
I thought it would be good to send the notification with errorMessage, and added macros to trigger comment:
But the message came as is.
Can I use values from several items in trigger comment to send a more detailed notification?
Thanks.
P.S.
I found similar themes:
But I realized in trigger command I can use macros only from a limited list.
I have two items errorCount and errorMessage and one trigger like:
Code:
{example.com:errorCount.last(0) >0}
Code:
Error message: {example.com:errorMessage.last(0)}
Can I use values from several items in trigger comment to send a more detailed notification?
Thanks.
P.S.
I found similar themes:
But I realized in trigger command I can use macros only from a limited list.