If I use this JSON I am receiving this error:
Exception in Task: Unhandled errors
Summary or Text is required.
Error getting HTTP response: The remote server returned an error: (400) Bad Request.
{
"@context": "https://schema.org/extensions",
"@type": "TextBlock",
"title": "Testing out team varibles",
"text": "{JOB(Active|Variable|NocAlertsTeamsBody)}"
}
If I change the text to this, it works fine:
"text": "Test data"
How exactly do I get a Job variable's contents to display correctly?
This is the same question as this post which was never answered:
https://www.visualcron.c....aspx?g=Posts&t=9538 Quote fr