Question Most Common
What are ways to create CDT in Appian?
A
Anonymous
December 4, 2025
43
Answer
Ways to create a CDT (Complex Data Type) in Appian:
1. Create CDT Manually in Appian (From Scratch)
You then add:
- Fields
- Data types (text, number, boolean, list, etc.)
- Primary key annotation (if needed)
- XSD-level annotations
2. Create CDT by Importing an XSD
If you already have a schema (XSD file), you can import it, and Appian automatically generates the CDT.
3. Create CDT Automatically from a Database Table
You can have Appian generate a CDT based on an existing database table.
This automatically:
- Creates the CDT
- Maps fields with correct data types
- Generates primary key annotation
- Optionally creates the data store entity
4. Create CDT by Using Quick Apps (Auto-generated)
When you build a Quick App, Appian automatically creates CDTs based on your data fields.
These are system-generated but still valid CDTs visible in your object list.
JuniorData Type
Loading comments...