<?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>Map and dictionary data types</title><link>https://community.appian.com/discussions/f/user-interface/34031/map-and-dictionary-data-types</link><description>what is the differance between map &amp;amp; dictonary data types. 
 when we will get this map type and dictionary type</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Map and dictionary data types</title><link>https://community.appian.com/thread/129416?ContentTypeID=1</link><pubDate>Tue, 13 Feb 2024 12:31:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:71f3d95f-5d24-4fbc-9842-8f535808237b</guid><dc:creator>EREN_YEAGER</dc:creator><description>&lt;p&gt;&lt;span&gt;Inside of a map, each key has an associated value and that value&amp;#39;s type is preserved&amp;nbsp;, the values stored in a map are not wrapped in variants while a&amp;nbsp;&lt;span class="searchhighlight"&gt;dictionary&lt;/span&gt;&amp;nbsp;wraps a variant AnyType around each value in the&amp;nbsp;&lt;span class="searchhighlight"&gt;dictionary&lt;/span&gt;. Map makes it much easier to get values back out of maps by indexing, without having to worry about type casting. There are no advantages to using dictionaries; prefer using maps over dictionaries where possible.&lt;br /&gt;&lt;br /&gt;&lt;a href="https://docs.appian.com/suite/help/21.1/fnc_system_map.html"&gt;docs.appian.com/.../fnc_system_map.html&lt;br /&gt;&lt;br /&gt;&lt;/a&gt;As per your second&amp;nbsp;part of the question it depends on how you are manipulating&amp;nbsp;your data, some function returns map for ex&amp;nbsp;a!queryRecordType() returns a map.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>