I am using "fn!readexcelspreadsheettocdt(ri!doc,1,ri!CDTArray)" expres

I am using "fn!readexcelspreadsheettocdt(ri!doc,1,ri!CDTArray)" expression in interface, but data is not fetching from spreadsheet.
doc: Document (Type)
CDTArray: TestTemplate (CDT)

XSD:
<xsd:schema
targetNamespace="https://xyz.com/suite/types/"
xmlns:tns="https://xyz.com/suite/types/" xmlns:xsd="www.w3.org/.../XMLSchema">
<xsd:complexType name="TestTemlate">
<xsd:sequence>
<xsd:element name="Name" nillable="true" type="xsd:string"/>
<xsd:element name="Number" nillable="true" type="xsd:int"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>

Thanks in advance.

Test_Template.xlsx

OriginalPostID-169111

OriginalPostID-169111

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data