Skip to content

Commit f6d5951

Browse files
authored
Clarify EDIFACT connector details and properties
1 parent 762af9a commit f6d5951

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/logic-apps/logic-apps-enterprise-integration-edifact.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The **EDIFACT** connector has different versions, based on [logic app type and h
2222

2323
| Logic app | Environment | Connector version |
2424
|-----------|-------------|-------------------|
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) |
2626
| **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) |
2727

2828
<a name="edifact-built-in-operations"></a>
@@ -68,7 +68,7 @@ The **EDIFACT** built-in connector has the following actions, which are similar
6868

6969
> [!IMPORTANT]
7070
>
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
7272
> unexpected characters, check that your EDIFACT messages use the UTF-8 character set.
7373
7474
* 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
141141

142142
1. When you're done, select **Create**.
143143

144-
1. In the EDIFACT action, provide the following property values:
144+
1. In the **EDIFACT** action, provide the following property values:
145145

146146
| Property | Required | Description |
147147
|----------|----------|-------------|
148148
| **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. |
150150
| 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). |
151151

152152
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
167167

168168
| Property | Required | Description |
169169
|----------|----------|-------------|
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. |
171171
| **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** |
172172

173173
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
210210
| Property | Required | Description |
211211
|----------|----------|-------------|
212212
| **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. |
214214
| 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). |
215215

216216
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
288288

289289
1. When you're done, select **Create**.
290290

291-
1. In the EDIFACT action, provide the following property values:
291+
1. In the **EDIFACT** action, provide the following property values:
292292

293293
| Property | Required | Description |
294294
|----------|----------|-------------|
@@ -307,7 +307,7 @@ The **EDIFACT** managed connector action named **Decode EDIFACT message** action
307307

308308
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).
309309

310-
1. In the EDIFACT action, provide the following property values:
310+
1. In the **EDIFACT** action, provide the following property values:
311311

312312
| Property | Required | Description |
313313
|----------|----------|-------------|
@@ -344,7 +344,7 @@ The **EDIFACT** managed connector action named **Decode EDIFACT message** action
344344
| Property | Required | Description |
345345
|----------|----------|-------------|
346346
| **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. |
348348
| 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). |
349349

350350
For example, the payload to decode can be the **Body** content output from the **Request** trigger:

0 commit comments

Comments
 (0)