Has anyone come across the issue of sending an alert to teams via POST/GET that includes the Node Status Root Cause causes the alert trigger to fail? I have tried adding it normally into the AdaptiveCard and I have also tried:
"${SQL: SELECT REPLACE ('''${N=SwisEntity;M=NodeStatusRootCauseWithLinks}''','\\',' ')}"
This should remove the backslashes that cause failure but it still fails to send. I want to know if anyone else has has success with this variable and sending to Teams?