<?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>Update an Array CDT</title><link>https://community.appian.com/discussions/f/general/12611/update-an-array-cdt</link><description>hi there, 
 I&amp;#39;m experiencing a little brain fade, so would appreciate a pointer or two ... I&amp;#39;ve two interface&amp;#39;s defined A and B. 
 Interface A has ri!items defined which is a mapping to my CDT. I&amp;#39;ve set it to allow multiple values. 
 It has a section</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Update an Array CDT</title><link>https://community.appian.com/thread/56252?ContentTypeID=1</link><pubDate>Wed, 06 Jun 2018 05:13:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:89c6d342-d554-444e-be0e-527a489f040c</guid><dc:creator>aratim</dc:creator><description>Hi Paul,&lt;br /&gt;
Agree with umeshp. Passing the values using rule inputs through interfaces you can merger these 2 list of items.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Update an Array CDT</title><link>https://community.appian.com/thread/56230?ContentTypeID=1</link><pubDate>Tue, 05 Jun 2018 15:48:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:209eaaab-c9c0-4150-afde-96961cd7f63e</guid><dc:creator>Umesh Patel</dc:creator><description>Hi Paul,&lt;br /&gt;
you can try following,&lt;br /&gt;
1. Pass ri!items of Interface A to interface B rule input&lt;br /&gt;
2. Once user add new item within interface B, say on button action, append this new item to ri!tems within saveInto e.g. saveInto:{&lt;br /&gt;
a!save(ri!tems, append(ri!items, ri!newItem))&lt;br /&gt;
}&lt;br /&gt;
i hope it helps.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>