# Generate EDI action

The generate EDI action allows you to create an EDI document.

Generate EDI action configuration Generate EDI action configuration

To use this action, you must provide the necessary data for the EDI document. There are two ways to do this, and the action setup depends on the method you choose.

# Input fields

Input field Description
EDI standard Specify the EDI standard of your document. The following choices are available: EDIFACT, and HL7.
Setup via EDI sample Select whether you plan to generate a document based on the EDI transaction type or by providing a sample.
Standard subset/version Specify the version of the EDI standard you plan to use. This field is available after you select the EDI standard and when the Setup via EDI sample field is set to No.
Transaction type Specify the transaction type. This is available after you select the subset/version.
Groups Provide the necessary field values to generate the EDI document. Consult with your trade partner's guidelines as their requirements may differ from default ones. Keep in mind that required segments are marked with a red asterisk. The schema is populated after the transaction type is selected. Click Show optional fields to view additional fields.
Sample EDI document Provide a sample EDI document to populate the JSON sample. This field is used only during recipe design time, so datapills should not be mapped to this field.
Transaction JSON JSON generated from the sample EDI document. Edit this field and add datapills to generate the actual EDI document.

# Set up using transaction type

To use this method, you must choose a specific transaction type and then fill in the fields necessary for the specific document.

1

Choose No in the Setup via EDI sample option

2

Choose the specific version of the EDI standard and the transaction type in the corresponding fields

3

Workato populates the Groups section based on the transaction type

4

Fill in the fields that are necessary for your transaction.

# Set up using a sample document

To use this method, you must provide a sample EDI document that is transformed into a JSON document with all the field descriptions. This option is convenient if you plan to alter only a small amount of fields each time.

1

Choose Yes in the Setup via EDI sample option.

2

Paste a sample EDI document in the corresponding field.

3

Wait until the Transaction JSON field is populated.

4

Alter the JSON using datapills.


Last updated: 8/7/2024, 10:02:27 PM