Is there a way to use Node Custom Properties within a single Alert Action to avoid duplicating the action? Action is for a HTTP POST to an ITSM system,
It appears I would need to split the Actions out as neither the following will work in both a Node and an Application Alert.
${N=SwisEntity;M=CustomProperties.Client_ID}
${N=SwisEntity;M=Application.Node.CustomProperties.Client_ID}