79531150

Date: 2025-03-24 13:06:32
Score: 1
Natty:
Report link

I'm trying to get the automatic refresh in actionable messages working in outlook and followed the followed this Microsoft Guide. I have implemented an Azure Logic App to handle the update request, create an updated card and send it as response. My problem is that it never triggers and it seems to never receive a request when an actionable message should update. I confirmed with cURL that the Logic App response to http requests and I checked the link implemented in the actionable message. I followed this Microsoft Guide to try to trigger the update manually but it doesn't seem to work.

-To resolve this error follow below steps step 1 - go to power automate and create an automated flow in that first create trigger as shown below. And copy the HTTP URL created once you save the trigger. enter image description hereStep 2 - create a 2nd trigger for response and here in body add your 1st adaptive card json for thank you providing response.

enter image description here

Step 3 - now save this flow and create one more automated flow first create a manually trigger flow dont add any input.enter image description here

step 5- now create a trigger data operation compose and add your 2nd adaptive card which contain actual adaptive card json here in input.

enter image description here

Step 5 - create a send an email trigger to send this adaptive card in email body. Make sure you have send adaptive card in script format in body of email as I have added.

enter image description here

Step 6- Now you can run the flow and test the output. For your reference I am adding MS Documentation on how to create a adaptive card.

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Shraddha Pore