Hello,
I just build some adaptive card sent by email using flow in power automate.
That emails contains two "action.http" to send a call to an endpoint: "Approve", "Reject".
When I am using outlook online it is working well, but when outlook desktop, the card is rendered correctly but when pressed "Approve " or "Reject" it appears the next message "Something went wrong, please try again later", and the corresponding call does not work
This is the code for Approve button
{
"type": "Action.Http",
"title": "Approve",
"id": "approve",
"style": "positive",
"method": "POST",
"url": "xxxxxxxxx",
"body": "{\n\"responseByUser\": \n\"{{approve}}\"\n}",
"headers": [
{
"name": "Authorization",
"value": ""
},
{
"name": "Content-Type",
"value": "application/json"
}
]
}
It seems that some configuration is conflicting with the http request and they are now allowed in desktop. (in outlook online it is working)
Do you have any idea?
I just tried almost everything like adding an originator but I should be missing something.
Some other posts mention similar issues but no one answer my problem,
Thanks in advance
@Nived_Nambiar @Expiscornovus @grantjenkins @ManishSolanki @Pstork1

Report
All responses (
Answers (