I have a logic app that posts to a teams channel. However, when I specify the "Card Type Id" on the action, which is needed to be able to record responses in power automate, I get an error:
{
"error": {
"code": 400,
"message": "Environment id is null or empty",
"source": "logic-apis-westeurope.azure-apim.net",
"path": "choose[13]\\when[1]\\choose\\when[1]",
"policyId": "",
"clientRequestId": "e31a478c-c814-4b98-874d-78774fab0cba"
}
}
Describe the Bug
I have a logic app that posts to a teams channel. However, when I specify the "Card Type Id" on the action, which is needed to be able to record responses in power automate, I get an error:
This seems to also be reported here: https://stackoverflow.com/questions/74731774/environment-id-is-null-or-empty-error-when-posting-an-adaptive-card-to-teams-a
Plan Type
Consumption
Steps to Reproduce the Bug or Issue
Workflow JSON
Screenshots or Videos
Additional context
No response
AB#26859176