Skip to content

Commit 2137093

Browse files
committed
Formatting fix
1 parent cdc7c8a commit 2137093

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/logic-apps/logic-apps-handle-large-messages.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ For connectors that support chunking, the underlying chunking protocol is invisi
5959
However, not all connectors support chunking, so these connectors generate runtime
6060
errors when incoming messages exceed the connectors' size limits.
6161

62-
6362
For actions that support and are enabled for chunking, you can't use trigger bodies, variables, and expressions such as `@triggerBody()?['Content']` because using any of these inputs prevents the chunking operation from happening. Instead, use the [**Compose** action](../logic-apps/logic-apps-perform-data-operations.md#compose-action). Specifically, you must create a `body` field by using the **Compose** action to store the data output from the trigger body, variable, expression, and so on, for example:
6463

6564
```json

0 commit comments

Comments
 (0)