I have a Media Type Configured that is a Discord Notification Webhook. It is linked to an item that counts the amount of timestamps that are older than 2 minutes on a json file (the count is updated every minute). I also have every item on the json created into it's separate item using an LLD.
If the count is bigger than 0 I have a trigger that generates a warning and therefore generates a Discord Message through the Webhook.
My problem here is that I can only use {ITEM.NAME} or {ITEM.VALUE} to refer to the item that counts the problems and I would like to list all the individual items that have a specific key in that message.
How may I do this? Can I link the message with other items?
If the count is bigger than 0 I have a trigger that generates a warning and therefore generates a Discord Message through the Webhook.
My problem here is that I can only use {ITEM.NAME} or {ITEM.VALUE} to refer to the item that counts the problems and I would like to list all the individual items that have a specific key in that message.
How may I do this? Can I link the message with other items?