Issue with Parsing EDI using Logic apps
I am trying to parse an EDI (834) file using Logic apps. I have setup the agreement, schema and Partners. The schema is from this link (https://www.microsoft.com/en-us/download/details.aspx?id=39087)
In the logic app, I have the below setup
I pass the http request from postman and the logic app runs without any issues. However, in the output of the Decode, i only see the ISA, GS and ST followed by the SE segments. The BGN , DTP , N1 etc. none of these gets parsed as you can see below
They are defined in the schema. Not sure what I am missing. Any suggestions please on how to fix this issue