You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-content-type.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ ms.date: 10/15/2025
15
15
16
16
Azure Logic Apps supports all content types like JSON, XML, flat files, and binary data. While some content types have native support, meaning they don't need casting or conversion, other content types need some work to give you the required format.
17
17
18
-
19
18
To help determine the best way to handle content or data in workflows, Azure Logic Apps uses the `Content-Type` header value in the HTTP requests that workflows get from external callers.
20
19
21
20
The following list includes some example `Content-Type` values that a workflow can encounter:
@@ -24,6 +23,7 @@ The following list includes some example `Content-Type` values that a workflow c
24
23
-[text/plain (native type)](#text-plain)
25
24
-[application/xml and application/octet-stream](#application-xml-octet-stream)
26
25
-[Other content types](#other-content-types)
26
+
27
27
This guide describes how Azure Logic Apps handles different content types and shows how to correctly cast or convert these types when necessary.
28
28
29
29
<aname="application-json"></a>
@@ -74,11 +74,9 @@ The following list describes common workflow operations and the corresponding wa
74
74
75
75
The following steps describe how you can provide an example payload to generate a JSON schema:
76
76
77
-
78
77
1. On the designer, select the **Request** trigger to open the information pane.
79
78
80
79
1. On the **Parameters** tab, under the **Request Body JSON Schema** box, select **Use sample payload to generate schema**.
81
-
82
80
83
81
1. In the **Enter or paste a sample JSON payload** box, enter a sample payload, then select **Done**.
84
82
@@ -92,7 +90,7 @@ The following list describes common workflow operations and the corresponding wa
0 commit comments