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.
Step 2 - create a 2nd trigger for response and here in body add your 1st adaptive card json for thank you providing response.
Step 3 - now save this flow and create one more automated flow first create a manually trigger flow dont add any input.
step 5- now create a trigger data operation compose and add your 2nd adaptive card which contain actual adaptive card json here in input.
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.
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.