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-enterprise-integration-edifact.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The **EDIFACT** connector has different versions, based on [logic app type and h
22
22
23
23
| Logic app | Environment | Connector version |
24
24
|-----------|-------------|-------------------|
25
-
|**Consumption**| Multitenant Azure Logic Apps |**EDIFACT** managed connector (Standard class). The **EDIFACT** connector provides only actions, but you can use any trigger that works for your scenario. For more information, see the following documentation: <br><br>- [EDIFACT managed connector reference](/connectors/edifact/) <br>- [EDIFACT message limits](logic-apps-limits-and-config.md#b2b-protocol-limits)|
25
+
|**Consumption**| Multitenant Azure Logic Apps |**EDIFACT** managed connector (Standard class). The **EDIFACT** connector has only one trigger, but you can use any trigger that works for your scenario. For more information, see the following documentation: <br><br>- [EDIFACT managed connector reference](/connectors/edifact/) <br>- [EDIFACT message limits](logic-apps-limits-and-config.md#b2b-protocol-limits)|
26
26
|**Standard**| Single-tenant Azure Logic Apps and App Service Environment v3 (Windows plans only) |**EDIFACT** built-in connector and **EDIFACT** managed connector. The built-in version differs in the following ways: <br><br>- The built-in version provides only actions, but you can use any trigger that works for your scenario. <br><br>- Accepts a flat file as input versus XML for the managed version. <br><br>- The built-in version can directly access Azure virtual networks. You don't need an on-premises data gateway.<br><br>For more information, see the following documentation: <br><br>- [EDIFACT managed connector reference](/connectors/edifact/) <br>- [EDIFACT built-in connector operations](#edifact-built-in-operations) <br>- [EDIFACT message limits](logic-apps-limits-and-config.md#b2b-protocol-limits)|
27
27
28
28
<aname="edifact-built-in-operations"></a>
@@ -68,7 +68,7 @@ The **EDIFACT** built-in connector has the following actions, which are similar
68
68
69
69
> [!IMPORTANT]
70
70
>
71
-
> The EDIFACT connector supports only UTF-8 characters. If your output contains
71
+
> The **EDIFACT** connector supports only UTF-8 characters. If your output contains
72
72
> unexpected characters, check that your EDIFACT messages use the UTF-8 character set.
73
73
74
74
* Based on whether you're working on a Consumption or Standard logic app workflow, your logic app resource might require a link to your integration account:
@@ -141,12 +141,12 @@ The **EDIFACT** managed connector action named **Encode to EDIFACT message** act
141
141
142
142
1. When you're done, select **Create**.
143
143
144
-
1. In the EDIFACT action, provide the following property values:
144
+
1. In the **EDIFACT** action, provide the following property values:
145
145
146
146
| Property | Required | Description |
147
147
|----------|----------|-------------|
148
148
|**Name of EDIFACT agreement**| Yes | The EDIFACT agreement to use. |
149
-
|**XML message to encode**| Yes | The business identifier for the message sender as specified by your EDIFACT agreement |
149
+
|**XML message to encode**| Yes | The XML message to encode. Specifically, the business identifier for the message sender as specified by your EDIFACT agreement.|
150
150
| Other parameters | No | This operation includes the following other parameters: <br><br>- **Data element separator** <br>- **Release indicator** <br>- **Component separator** <br>- **Repetition separator** <br>- **Segment terminator** <br>- **Segment terminator suffix** <br>- **Decimal indicator** <br><br>For more information, see [EDIFACT message settings](logic-apps-enterprise-integration-edifact-message-settings.md). |
151
151
152
152
For example, the payload to encode can be the **Body** content output from the **Request** trigger:
@@ -167,7 +167,7 @@ The **EDIFACT** managed connector action named **Encode to EDIFACT message** act
167
167
168
168
| Property | Required | Description |
169
169
|----------|----------|-------------|
170
-
|**Message To Encode**| Yes | The flat file content that you want to encode. Specifically, the business identifier for the message sender as specified by your EDIFACT agreement. |
170
+
|**Message To Encode**| Yes | The flat file content to encode. Specifically, the business identifier for the message sender as specified by your EDIFACT agreement. |
171
171
|**Advanced parameters**| No | From the list, add any other properties that you want to use. This operation includes the following other parameters: <br><br>- **Sender Identity Receiver Qualifier** <br>- **Sender Identity Receiver Identifier** <br>- **Receiver Identity Receiver Qualifier** <br>- **Receiver Identity Receiver Identifier** <br>- **Name of EDIFACT agreement**|
172
172
173
173
For example, the flat file payload to encode can be the **Body** content output from the **Request** trigger:
@@ -210,7 +210,7 @@ The **EDIFACT** managed connector action named **Encode to EDIFACT message** act
210
210
| Property | Required | Description |
211
211
|----------|----------|-------------|
212
212
|**Name of EDIFACT agreement**| Yes | The EDIFACT agreement to use. |
213
-
|**XML message to encode**| Yes | The business identifier for the message sender as specified by your EDIFACT agreement |
213
+
|**XML message to encode**| Yes | The XML message to encode. Specifically, the business identifier for the message sender as specified by your EDIFACT agreement.|
214
214
| Other parameters | No | This operation includes the following other parameters: <br><br>- **Data element separator** <br>- **Release indicator** <br>- **Component separator** <br>- **Repetition separator** <br>- **Segment terminator** <br>- **Segment terminator suffix** <br>- **Decimal indicator** <br><br>For more information, see [EDIFACT message settings](logic-apps-enterprise-integration-edifact-message-settings.md). |
215
215
216
216
For example, the payload to encode can be the **Body** content output from the **Request** trigger:
@@ -288,7 +288,7 @@ The **EDIFACT** managed connector action named **Decode EDIFACT message** action
288
288
289
289
1. When you're done, select **Create**.
290
290
291
-
1. In the EDIFACT action, provide the following property values:
291
+
1. In the **EDIFACT** action, provide the following property values:
292
292
293
293
| Property | Required | Description |
294
294
|----------|----------|-------------|
@@ -307,7 +307,7 @@ The **EDIFACT** managed connector action named **Decode EDIFACT message** action
307
307
308
308
1. In the designer, [follow these general steps to add the **EDIFACT** action named **EDIFACT Decode** to your workflow](create-workflow-with-trigger-or-action.md?tabs=standard#add-action).
309
309
310
-
1. In the EDIFACT action, provide the following property values:
310
+
1. In the **EDIFACT** action, provide the following property values:
311
311
312
312
| Property | Required | Description |
313
313
|----------|----------|-------------|
@@ -344,7 +344,7 @@ The **EDIFACT** managed connector action named **Decode EDIFACT message** action
344
344
| Property | Required | Description |
345
345
|----------|----------|-------------|
346
346
|**Name of EDIFACT agreement**| Yes | The EDIFACT agreement to use. |
347
-
|**XML message to encode**| Yes | The business identifier for the message sender as specified by your EDIFACT agreement |
347
+
|**XML message to encode**| Yes | The XML message to encode. Specifically, the business identifier for the message sender as specified by your EDIFACT agreement.|
348
348
| Other parameters | No | This operation includes the following other parameters: <br><br>- **Data element separator** <br>- **Release indicator** <br>- **Component separator** <br>- **Repetition separator** <br>- **Segment terminator** <br>- **Segment terminator suffix** <br>- **Decimal indicator** <br><br>For more information, see [EDIFACT message settings](logic-apps-enterprise-integration-edifact-message-settings.md). |
349
349
350
350
For example, the payload to decode can be the **Body** content output from the **Request** trigger:
0 commit comments