Validating X12 message in logic apps

222 Views Asked by At

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

1

There are 1 best solutions below

1
Hury Shen On BEST ANSWER

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