<?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>Issues with MultiArray CDT</title><link>https://community.appian.com/discussions/f/data/13332/issues-with-multiarray-cdt</link><description>Hello All, 
 
 We are receiving a CDT and based on that we need to create a grid that can allow users to add rows. Now my CDT structure is like below 
 
 CDT : {Label,Value,InputType} 
 Where label defines the header to be displayed and InputType is an</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Issues with MultiArray CDT</title><link>https://community.appian.com/thread/60335?ContentTypeID=1</link><pubDate>Mon, 17 Sep 2018 08:58:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e03aebaf-4fa2-400d-a3ad-8d137e1642e0</guid><dc:creator>viveku3486</dc:creator><description>Hi Yeswanth,&lt;br /&gt;
&lt;br /&gt;
You got it right, I&amp;#39;m saving values in multiple fields for a same variable. As the code exists in multiple files, It not possible for me to share everything here but for the shake of understanding, Let me try to explain my existing design&lt;br /&gt;
&lt;br /&gt;
So we have a CDT having two fields.. Namely{Index,Information}&lt;br /&gt;
&lt;br /&gt;
Index field holds the index number or we can say the row number and information field is an array holding the values for each row. Now suppose I have three columns for the grid then information field contains three items with key-Value pair. Now out of that three fields one field is static and it needs to auto populate the date and time whenever user stars inserting their inputs in any of the available fields, So we are making a logic under saveInto for this field everytime to check if it is null or already contains a value, If it is null then we are storing current date and time otherwise keeping that as it is. Initially I had doubts that this field might be causing the issue but the result remains same even when I commented the logic for this field&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issues with MultiArray CDT</title><link>https://community.appian.com/thread/60303?ContentTypeID=1</link><pubDate>Fri, 14 Sep 2018 14:37:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7762af3c-8497-4737-ac8a-f21a76cff880</guid><dc:creator>yeswanththiyarir</dc:creator><description>Hi vivek,&lt;br /&gt;
I guess you have issues with save into, are you trying to save multiple fields into same variable? or are you tring to save into all the fields for evry field? &lt;br /&gt;
Please share your code if you can.&lt;br /&gt;
Thanks,&lt;br /&gt;
Yeswanth.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issues with MultiArray CDT</title><link>https://community.appian.com/thread/60289?ContentTypeID=1</link><pubDate>Fri, 14 Sep 2018 12:35:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3afb816c-7e5a-4f96-bd8f-572fd61af887</guid><dc:creator>paragk998</dc:creator><description>&lt;p&gt;it seems your code is working fine as it save the value if you let it finish.&lt;br /&gt; you just need to optimize the code so it takes less time to save value and don&amp;#39;t show &amp;quot;working&amp;quot; for long time.&lt;br /&gt; &lt;br /&gt; if you can share the code that will be helpful to understand.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issues with MultiArray CDT</title><link>https://community.appian.com/thread/60285?ContentTypeID=1</link><pubDate>Fri, 14 Sep 2018 08:56:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b1a85c14-eb52-4e55-acfb-5b5f294d7cdd</guid><dc:creator>viveku3486</dc:creator><description>The saveinto parameter is perfectly working. The issue happens when user inserts values into multiple fields in a quick time i.e lets say we have three dropdown fields displayed at a time, When I select value from first dropdown then it says working at the top, In between if i select values in other dropdown at that time their values wiped out and If I wait till the working message went away then it perfectly saves the value&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issues with MultiArray CDT</title><link>https://community.appian.com/thread/60280?ContentTypeID=1</link><pubDate>Fri, 14 Sep 2018 03:29:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6cbd58fd-cbf2-4c17-a493-015ab0c3e71b</guid><dc:creator>Swapna Chella</dc:creator><description>Hi viveku0001,&lt;br /&gt;
&lt;br /&gt;
The values you modified are not saving in respective fields, please check your saveInto parameter configuration in grid.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>