Creating a CDT and interface bypassing JSON

Hi All

I want to create a CDT and an interface by passing JSON script

Or even if I can pass json and create an input field in interface

eg.[{"fieldname" : "name", "datatype": "varchar"}]

this should create an input for name and datatype  varchar.

I am at beginner level in appian...please guide how can I proceed.

  Discussion posts and replies are publicly visible

Parents Reply
  • +1
    Certified Lead Developer
    in reply to priyankadubey

    I don't think Appian has built that yet.  The CDT creation runs on XSD, which is XML format, under the hood.  Or a WSDL, which is also XML format. 

    It's possible that Appian could invent CDT from JSON as a new method of CDT creation.  It might be a little difficult to ensure that Primary Key and Foreign key and other constraints were met, but possible.

    So unfortunately your choices are create WSDL based on JSON and import, or create CDT manually in Appian based on JSON, at least for now.

Children
No Data