<?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 dictionary</title><link>https://community.appian.com/discussions/f/new-to-appian/24520/update-dictionary</link><description>hi, 
 am not sure why this error is coming</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: update dictionary</title><link>https://community.appian.com/thread/94765?ContentTypeID=1</link><pubDate>Sat, 07 May 2022 03:19:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:35a86ae5-98de-4ec9-8324-23ff9c6a47e5</guid><dc:creator>Arul</dc:creator><description>&lt;p&gt;If you want to update the existing data. For instance you may try like.&lt;/p&gt;
&lt;p&gt;saveInto:{&lt;/p&gt;
&lt;p&gt;a!save(ri!moduleRecommendationStatus_cdt.updatedBy_txt, loggedInUser()),&lt;/p&gt;
&lt;p&gt;&lt;span&gt;a!save(&lt;/span&gt;&lt;span&gt;ri!moduleRecommendationStatus_cdt.updatedOn_dt&lt;/span&gt;&lt;span&gt;, now()&lt;/span&gt;&lt;span&gt;),&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;a!writeToMultipleDataStoreEntities(&lt;br /&gt; valuesToStore: {&lt;br /&gt; a!entityData(&lt;br /&gt; entity: cons!Data store entity1,&lt;br /&gt; data: local!localvariable1&lt;br /&gt; ),&lt;/p&gt;
&lt;p&gt;&lt;span&gt;a!entityData(&lt;/span&gt;&lt;br /&gt;&lt;span&gt;entity: cons!Data store entity2&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;br /&gt;&lt;span&gt;data: local!&lt;/span&gt;&lt;span&gt;localvariable2&lt;/span&gt;&lt;br /&gt;&lt;span&gt;)&lt;/span&gt;&lt;br /&gt; }&lt;br /&gt; )&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: update dictionary</title><link>https://community.appian.com/thread/94727?ContentTypeID=1</link><pubDate>Fri, 06 May 2022 10:40:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cbf502a6-8a46-4797-b0d2-3e30c3593b14</guid><dc:creator>Anupriya M</dc:creator><description>&lt;p&gt;The input of updatedictionary are dictionary and field &amp;amp; values. If the dictionary is null,then this error came.Please check whether this ri!moduleRecommendationStatus_cdt has value or not.&lt;/p&gt;
&lt;p&gt;Even still if you want to save into the fields of the cdt ,then instead of using updatedictionary,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Use multiple a!save() like&lt;/p&gt;
&lt;p&gt;a!save( ri!moduleRecommendationStatus_cdt.originalExpiry_dt,ri!originalExpiry_dt),&lt;/p&gt;
&lt;p&gt;a!save(&amp;nbsp;ri!moduleRecommendationStatus_cdt.proposedExpiry_dt,&amp;nbsp;ri!proposedExpiry_dt) like this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>