azure-logic-appsx12

Validating X12 message in logic apps


I have an EDI message in a logic app taken from a blob container. I need to validate the message and then encode it using x12 for sending purposes. I've seen how to encode the message using the encode shape, but how I just validate it.

Best Regards


Solution

  • You can use "XML Validation" action in your logic app to validate it. Before that you need to add schemas in your integration account.