Hi @v-bacao-msft ,
Below is the response from the flow.
I could see the variable Ticket in the flow. But its captured in the Form Responses.
Is there any other way to capture the data rather than calling Get Response Details ?
Input
Get Response Details
{
"host": {
"apiId": "subscriptions/subklsdklfklsdf/providers/Microsoft.Web/locations/westeurope/runtimes/europe-001/apis/microsoftforms",
"connectionReferenceName": "shared_microsoftforms",
"operationId": "GetFormResponseById"
},
"parameters": {
"form_id": "form_id",
"response_id": 51
}
}
Outputs
{
"statusCode": 200,
"headers": {
"Pragma": "no-cache",
"Transfer-Encoding": "chunked",
"Vary": "Accept-Encoding",
"X-RoutingOfficeCluster": "neu-000.forms.office.com",
"X-RoutingOfficeFE": "FormsSingleBox_IN_4",
"X-RoutingOfficeVersion": "16.0.12326.36679",
"X-RoutingSessionId": "bfa95",
"X-RoutingCorrelationId": "f197f80",
"X-CorrelationId": "f17f80",
"X-UserSessionId": "bf933aa95",
"X-OfficeFE": "Formox_IN_1",
"X-OfficeVersion": "16.0.12326.36679",
"X-OfficeCluster": "neu-000.forms.office.com",
"X-Content-Type-Options": "nosniff",
"Strict-Transport-Security": "max-age=500; includeSubDomains",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "true",
"Cache-Control": "no-cache",
"Date": "Thu, 28 Nov 2019 08:16:40 GMT",
"P3P": "CP=\"CR\"",
"Content-Type": "application/json",
"Expires": "-1",
"Content-Length": "327"
},
"body": {
"responder": "user@domain.com",
"submitDate": "11/28/2019 8:16:38 AM",
"r9a19190496c54ecfa44d0b2dd394bf92": "5",
"r8f0a27f96d0545ebb56a57fae1acd02a": "5",
"r95bded8d1b9a4abc9af7c429575fa849": "Test 2",
"rcc8ec99a0b7e458b8b5cc3d9db545a39": "",
"rb954e39c7a34446c80e5d973b53d6d67": ""
}
}
