79283924

Date: 2024-12-16 07:44:24
Score: 2
Natty:
Report link

This issue has been resolved. Instead of setting up the .xsd as above I've set it up as seen below.

<xs:element name="orderlines">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="orderline" maxOccurs="unbounded">
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>

enter image description here

This allows me to setup a variable in the logic app as shown below as input for the "Orderline"

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: jandemul