{
"statusCode": 200,
"headers": {
"Cache-Control": "no-store, no-cache",
"Pragma": "no-cache",
"Transfer-Encoding": "chunked",
"Vary": "Accept-Encoding",
"Set-Cookie": "ARRAffinity=8484fb3d90c3d36e5b1e48ba2fb9c171f2967b2e02d3fc0cf6ad37cb692fb867;Path=/;HttpOnly;Secure;Domain=conversionservice-we.azconn-we-003.p.azurewebsites.net,ARRAffinitySameSite=8484fb3d90c3d36e5b1e48ba2fb9c171f2967b2e02d3fc0cf6ad37cb692fb867;Path=/;HttpOnly;SameSite=None;Secure;Domain=conversionservice-we.azconn-we-003.p.azurewebsites.net",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"x-ms-request-id": "d17d372b-09b3-xxxx-xxxx-2cc403afb086",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "DENY",
"x-ms-tenant-id": "ecaa386b-c8df-xxxx-xxxx-740cbdb5ba55",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "false",
"x-ms-apihub-obo": "false",
"Date": "Thu, 10 Oct 2024 12:45:01 GMT",
"Content-Type": "text/html; charset=utf-8",
"Content-Length": "35",
"Expires": "-1"
},
"body": "{\"contentType\":\"html\",\"content\":\"\"}"
}
Would like to understand why this basic flow is not transferring the information from main action to 'html_to_text'.
Appreciate your help.