I have a workflow setup to send a message to a Teams channel when a POST request is received. The workflow uses a template where the POST request should contain a variable called description then using that it should send a message to the channel.
The issue is it seems to be ignoring the variables I'm passing in and outputting ${description} instead of the given value 'Test message'.
I assume something might be wrong with the POST request body but I can't seem to find any supporting documentation for this.
Workflow
(version 1.5 gives me a 'We're sorry, this card couldn't be displayed')
Output
Activity
HTTP 202 and successful in the run activity.
Post Body/Payload is simply just:
{"description": "Test message"}