
Announcements
Hi All,
I'm trying to create a customer satisfaction feedback using adaptive cards in power automate.
The problem is that I'm receiving the http:401 error. I have already inserted the authorization and content-type inside my json:
"body": "{Option: {{Options.value}}, SuggestionText: {{Suggestions.value}}}",
"headers": [
{
"name": "Authorization",
"value": ""
},
{
"name": "Content-type",
"value": "application/json"
}
],
I'm working inside a VPN.
Someone can help?