<?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>updatedictonary</title><link>https://community.appian.com/discussions/f/user-interface/26320/updatedictonary</link><description>this is the code i have written</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: updatedictonary</title><link>https://community.appian.com/thread/103300?ContentTypeID=1</link><pubDate>Fri, 21 Oct 2022 12:43:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:90c55f64-197b-4389-b880-c34851591d96</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;the error message is telling you that &lt;em&gt;local!crAppContractCustTessSupport&lt;/em&gt; is an array, and shouldn&amp;#39;t be.&amp;nbsp; If it is a list and you need to update all items in the list, you should iterate over it using a!forEach() and calling updateDictionary() inside that.&amp;nbsp; If it&amp;#39;s not supposed to be a list, then you need to take specific steps where it&amp;#39;s initially defined to make sure it resolves as a single dictionary as opposed to an array.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>