I'm having trouble getting my SWQL variables to return results in an Alert. While the Severity populates correctly, the rest of the results are either blank or just return my query, depending on the iteration I've tried. I can't seem to find the error. Any advice would be greatly appreciated!
.
Severity: ${N=Alerting;M=Severity};
Node: ${N=SWQL;M=SELECT A.Node.Caption FROM Orion.APIPoller.ApiPoller A WHERE A.Name LIKE '%PrinterLogic%Admin'};
Business System: ${N=SWQL;M=SELECT A.Node.CustomProperties.Business_System FROM Orion.APIPoller.ApiPoller A WHERE A.Name LIKE '%PrinterLogic%Admin'};