I'm trying to create an item in a SharePoint list from an Actionable MessageCard in Teams.:
I generate the MessageCard using this Flow:
This is the body of the request:
{
"originator": "a22s3ab5-25be-4fd7-b8kd-2708hj6k9d3f",
"summary": "Test",
"title": "How are you feeling right now?",
"text": "We would like to hear from you",
"themeColor": "FFFD00",
"sections": [
{
"potentialAction": [
{
"name": "Good",
"target": "https://prod-04.southeastasia.logic.azure.com:443/workflows/f7efa86eb1b8414990ef42fcc38d812c/triggers/manual/paths/invoke?api-version=2016-06-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=Yiqc3upzx7mi4j_tZHcraeuV2Sxw_WAzTRkIALdN0YQ",
"headers": [
{
"name": "Authorization",
"value": ""
}
],
"@type": "HttpPOST"
},
{
"name": "Bad",
"target": "https://prod-02.southeastasia.logic.azure.com:443/workflows/17067a53ec2140f3a4b0835154ad2d48/triggers/manual/paths/invoke?api-version=2016-06-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=fjHMx0gTbFLK6RX8IKUa9R0mPxhWLFHiOM22pGCAmQ",
"headers": [
{
"name": "Authorization",
"value": ""
}
],
"@type": "HttpPOST"
}
]
}
],
"@type": "MessageCard",
"@context": "http://schema.org/extensions"
}
So when I click on the buttons I trigger a separate Flow, depending on which button I click.
The problem is all the dynamic values that should come from the request body are null and the SharePoint list item is just a blank row.
When I look at the output of the "When an HTTP request is received" trigger, I get only the Headers.
I tried using Postman to send the same request and I got this result.
The generated SharePoint list item when using Postman then has at least the summary and title fields with values.
What I want to do is to get the "When an HTTP request is received" Flow to read the request body. How do I fix this? Thanks in advance.
Solved! Go to Solution.
Hi @benedict,
It seems that you are using the trigger When a HTTP request is received in your flow.
Here is a doc on Request HTTP trigger, please check it for a reference:
https://docs.microsoft.com/en-us/azure/connectors/connectors-native-reqres
In addition, hope the following doc could be your help:
https://flow.microsoft.com/fr-fr/blog/call-flow-restapi/
Best regards,
Mabel Mao
Hi @benedict,
It seems that you are using the trigger When a HTTP request is received in your flow.
Here is a doc on Request HTTP trigger, please check it for a reference:
https://docs.microsoft.com/en-us/azure/connectors/connectors-native-reqres
In addition, hope the following doc could be your help:
https://flow.microsoft.com/fr-fr/blog/call-flow-restapi/
Best regards,
Mabel Mao
Hello, @benedict!
Thank you for posting on the Flow Community Forum! Have you had an opportunity to apply @v-yamao-msft's recommendation to adapt your Flow? If yes, and you find that solution to be satisfactory, please go ahead and click “Accept as Solution” so that this thread will be marked for other users to easily identify!
Thank you for being an active member of the Flow Community!
-Gabriel
Flow Community Manager
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
6 | |
6 | |
5 | |
3 | |
1 |