<?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>Want to update multilevel Dictionary</title><link>https://community.appian.com/discussions/f/new-to-appian/34575/want-to-update-multilevel-dictionary</link><description>I want to update milestones with a new list of dictionary. Is there any way to do that?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Want to update multilevel Dictionary</title><link>https://community.appian.com/thread/132629?ContentTypeID=1</link><pubDate>Fri, 05 Apr 2024 00:02:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6b0bbae6-8d48-4099-b9b4-81d34661c49d</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/62/pastedimage1712275341648v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!map: a!map(
    success: true,
    statusCode: 200,
    body: {
      cobMstrld: &amp;quot;CONB100227&amp;quot;,
      onBoardingStatus: &amp;quot;IN_PROGRESS&amp;quot;,
      milestones: { { id: 1 }, { id: 2 }, { id: 3 } }
    }
  ),
  local!body: local!map.body,
  local!updatedMilestones: { { id: 4 }, { id: 5 }, { id: 6 } },
  a!update(
    local!map,
    &amp;quot;body&amp;quot;,
    a!update(
      local!body,
      &amp;quot;milestones&amp;quot;,
      local!updatedMilestones
    )
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to update multilevel Dictionary</title><link>https://community.appian.com/thread/132622?ContentTypeID=1</link><pubDate>Thu, 04 Apr 2024 19:33:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1f4b6479-fc45-45d8-8fb7-8db8b93bc4c9</guid><dc:creator>prajwalp</dc:creator><description>&lt;p&gt;it is stored in a local variable,&lt;/p&gt;
&lt;p&gt;and the milestone data is unsorted, so i created a new list of sorted data.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to update multilevel Dictionary</title><link>https://community.appian.com/thread/132621?ContentTypeID=1</link><pubDate>Thu, 04 Apr 2024 19:31:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f8c562a5-7c42-4964-aede-483031e19912</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Where is this stored?&amp;nbsp; Under what context will it be getting updated?&amp;nbsp; What have you tried?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>