<?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>Dictionary, Index</title><link>https://community.appian.com/discussions/f/general/26732/dictionary-index</link><description>Hi, 
 I am getting data into a Process Variable like below inside a process model 
 Name Type Multiple Value 
 -------------------- ---------- ---------- ------------ 
 listOfSubmitters Text Yes [addedby:AA1234]; [addedby:AA1235]; [addedby:AA1236] 
 </description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Dictionary, Index</title><link>https://community.appian.com/thread/104951?ContentTypeID=1</link><pubDate>Wed, 30 Nov 2022 04:47:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f718b9e0-a233-4c62-8d1a-f94951bd628f</guid><dc:creator>Ranjith shanmugam</dc:creator><description>&lt;p&gt;The below code will give you the index 1 value&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;keyval(
pv!listOfSubmitters,&amp;quot;addedby&amp;quot;,&amp;quot;:&amp;quot;,&amp;quot;]&amp;quot;
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Dictionary, Index</title><link>https://community.appian.com/thread/104950?ContentTypeID=1</link><pubDate>Wed, 30 Nov 2022 04:38:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fe1b0f6a-14be-4468-bf3d-5f89b4a364f0</guid><dc:creator>Harsha Sharma</dc:creator><description>&lt;p&gt;Can you check if the data is actually in array format and not a semicolon separated single string?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;One way is you can try expressions like&lt;strong&gt; pv!listOfSubmitters.addedby&lt;/strong&gt; and &lt;strong&gt;split(pv!listOfSubmitters,&amp;quot;;&amp;quot;)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Based on the output of above both you can verify whether the input value is actually an array or not.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>