Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
I'm getting 5 field values from CDT Aand other 5 field values from another CDT BI need to save both 10 field values from (CDT A and CDT B) in CDT C. How can I Configure this Process model?
Discussion posts and replies are publicly visible
Hi,
In your CDT C create column names same as CDT A & CDT B. Then cast both CDT A & CDT B to CDT C(It works best for single data set, if you have multiple rows in CDTA & CDT B and both are related data you may need to use for each to map correct data ). See the sample Syntax
cast( typeof(CDT C), CDT A )