<?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>Marking data into OSM MAP</title><link>https://community.appian.com/discussions/f/general/28486/marking-data-into-osm-map</link><description>Hi Team, 
 
 I am facing a problem in Displaying data in OSM Map , 
 I have show Patients Address data in Map, for that I have to make data of patients as list of Dictionaries. which I am not aware of How to make that list of Dictionaries using expression</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Marking data into OSM MAP</title><link>https://community.appian.com/thread/111749?ContentTypeID=1</link><pubDate>Tue, 25 Apr 2023 16:42:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:acbcf3e1-b5ab-41a8-989c-7f58a32a9d5b</guid><dc:creator>JUMMIDI VINAY</dc:creator><description>&lt;p&gt;Thank you Sanchit Gupta.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Marking data into OSM MAP</title><link>https://community.appian.com/thread/111720?ContentTypeID=1</link><pubDate>Tue, 25 Apr 2023 11:30:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:01905e5c-437e-4ca3-a04e-3873a29506e4</guid><dc:creator>sanchitg0002</dc:creator><description>&lt;p&gt;I believe this is what you are lookin for if you have the data&amp;nbsp;stored in a recordType&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!forEach(
  local!recordData,
  {
    name: fv!item[recordType!recordName.fieldName],
    lat: fv!item[recordType!recordName.fieldName],
    lon: fv!item[recordType!recordName.fieldName],
    address: fv!item[recordType!recordName.fieldName],
    marker: { icon: &amp;quot;bus&amp;quot;, iconShape: &amp;quot;marker&amp;quot; }
  }
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Marking data into OSM MAP</title><link>https://community.appian.com/thread/111718?ContentTypeID=1</link><pubDate>Tue, 25 Apr 2023 11:14:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:996bb6bc-cd5f-49ce-b637-1f0ddf8f055f</guid><dc:creator>sanchitg0002</dc:creator><description>&lt;p&gt;Simply cast it using cast() function.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;cast(
  a!listType(type!Map),
  local!recordData
  )&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Marking data into OSM MAP</title><link>https://community.appian.com/thread/111716?ContentTypeID=1</link><pubDate>Tue, 25 Apr 2023 11:04:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c4214a97-c740-41e6-9bc6-2e4acd9c64f0</guid><dc:creator>JUMMIDI VINAY</dc:creator><description>&lt;p&gt;Hi Stefan,&lt;/p&gt;
&lt;p&gt;Thanks for Quick Reply.&lt;/p&gt;
&lt;p&gt;yeah i knew how to add manually i mean directly assignly values&amp;nbsp; . But i dont know how to&amp;nbsp; make them dynamically like i mentioned the Patient address saved in the recordtype should add the Mark Dynamically When ever a new Patient added to DB. so&amp;nbsp;iam not able to&amp;nbsp;that list of dictionaries.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Marking data into OSM MAP</title><link>https://community.appian.com/thread/111715?ContentTypeID=1</link><pubDate>Tue, 25 Apr 2023 10:57:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:986ccd26-c4a7-4272-a1f6-09147c68a13e</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;This is confusing. You say that you do not know how to create a list of dictionaries, but do exactly that a few lines later.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>