This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Alert email action with SWQL variables

Hi, I am trying to modify Down Node alert action to include list of depended child nodes. Unfortunately it only displays me first node from the query.

${N=SWQL;M=SELECT n.Caption

FROM Orion.Nodes as N

JOIN Orion.Dependencies as D

ON n.nodeid = d.ChildNetObjectID

WHERE d.ParentNetObjectID = '${N=SwisEntity;M=NodeID}'}

Maybe there is some other way of making it ?