Created
April 25, 2022 13:21
-
-
Save expiscornovus/5d2c0b1a30b40a82d73f8d208d93aedf to your computer and use it in GitHub Desktop.
Microsoft Forms API responses and answers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"inputs": { | |
"host": { | |
"connectionName": "shared_sharepointonline", | |
"operationId": "HttpRequest", | |
"apiId": "/providers/Microsoft.PowerApps/apis/shared_sharepointonline" | |
}, | |
"parameters": { | |
"dataset": "https://forms.office.com", | |
"parameters/method": "GET", | |
"parameters/uri": "/formapi/api/@{parameters('TenantId (exp_TenantId)')}/users/@{outputs('Get_my_profile_(V2)')?['body/id']}/light/forms('@{variables('FormId')}')/responses?$select=submitDate,responder,answers", | |
"parameters/headers": { | |
"Accept": "application/json;odata=nometadata", | |
"Content-Type": "application/json;odata=nometadata" | |
} | |
}, | |
"authentication": "@parameters('$authentication')" | |
}, | |
"metadata": { | |
"operationMetadataId": "6e8741a3-fba2-442e-8de8-178aa1810f0d" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My flow that uses this method started failing 3 days ago. Are you noticing this on your side @expiscornovus ?
Update: Changing to another user account fixed it for now