ChangelogFebruary 7, 2022
EDI Core: Embed EDI payload into Launch snippets
Now, when you explore an EDI file in Inspector, the Launch modal will generate a code snippet using that EDI payload.

Mappings: Ability to explicitly omit fields from the mapping output
Mappings now supports omitting fields from the mapping output using the
$omitField
constant.If a given expression evaluates the
$omitField
constant, the field the expression is defined for will be omitted in the output. The $omitField
constant is compatible with all mapping types and all JSONata expressions.To learn more, refer to the Mappings documentation here.