Skip to main content
New Participant
September 22, 2022
Question

Save 2 CDTS data into 1 CDT

  • September 22, 2022
  • 1 reply
  • 0 views

I'm getting 5 field values from CDT A
and  other 5 field values from another CDT B
I need to save both 10 field values from (CDT A and CDT B) in CDT C. How can I Configure this Process model?

1 reply

Inspiring
September 22, 2022

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
)