Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hi,
i want to write a subscriber inside a thing that will run only at a certain alert happens, I am currently using the alert event and it works fine only if there is only one alert configured on the property but when i have for example two alerts on one property how I can detect which alert triggered the alert event, in other words, i want a script that will detect which alert is active now
thanks,
Hi @IA_10816220
You can use AlertName or eventData.name to identify which alert is triggered.
And GetAlertSummary will provide list of active alerts
/VR