i am trying to create a data store , i have already created teh data type and i can see teh field from database , The data source schema does not match the type mappings: Schema-validation: missing table [`xxxx_LIST`] (APNX-x-xxx)
Discussion posts and replies are publicly visible
Ensure the physical table xxxx_LIST exists in your data source's schema (matching CDT's @Table name exactly, case/schema-sensitive), or delete it and Verify data store to let Appian auto-create it.orYour CDT might contains a list field (multiple values).CDT list field requires xxxx_LIST child table (id, parent_id, list columns). Verify data store to auto-create or manually add it.