<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>CDT Mappings</title><link>https://community.appian.com/discussions/f/general/29464/cdt-mappings</link><description>Hi All, 
 Recently when we are trying to resolve Health Check UI highlighted issues for our application we got one Yellow warning as &amp;quot; Array of primitive type detected &amp;quot; There is one CDT type!TEST_CDT( 
 id, 
 name, 
 documentId 
 ) &amp;lt;xsd:element maxOccurs</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: CDT Mappings</title><link>https://community.appian.com/thread/116795?ContentTypeID=1</link><pubDate>Wed, 26 Jul 2023 00:22:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6a0b7d6a-70b2-4779-beac-1ec76a9d3f7f</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;The warning is saying that you have an array of a primitive type (integer, text etc.).&lt;/p&gt;
&lt;p&gt;To remove the warning, you have 2 options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Remove the array and concatenate the values together in a text field with a delimiter.&lt;/li&gt;
&lt;li&gt;Your other option is to create a proper CDT to store the multiples with a foreign key to your primary table. i.e.: TEST_DOCUMENT(ID, testCdtID, documentId)&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CDT Mappings</title><link>https://community.appian.com/thread/116754?ContentTypeID=1</link><pubDate>Tue, 25 Jul 2023 15:07:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ad0a7f2f-08d6-4963-9ef9-c971b86bf423</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;This is automatically stored in a separate table as a relational DB cannot store multiple values in a single field.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>