<?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>Send array in QueryParameter</title><link>https://community.appian.com/discussions/f/integrations/14230/send-array-in-queryparameter</link><description>Hi everyone, 
 
 I need to send an array of string in a queryParameter. Is this possible? If yes, how do I do this? 
 
 Thanks in advance</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Send array in QueryParameter</title><link>https://community.appian.com/thread/64299?ContentTypeID=1</link><pubDate>Tue, 29 Jan 2019 09:18:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a566073e-c8a3-47eb-8d5e-b07ceff72280</guid><dc:creator>Vinay Kumar Rai</dc:creator><description>Hi,&lt;br /&gt;
&lt;br /&gt;
Join the values by special character : like : &amp;quot;Josh#Joe#John&amp;quot;&lt;br /&gt;
  joinarrray({&amp;quot;Josh&amp;quot;, &amp;quot;Joe&amp;quot;, &amp;quot;John&amp;quot;},&amp;quot;#&amp;quot;)  which return :  &amp;quot;Josh#Joe#John&amp;quot;&lt;br /&gt;
&lt;br /&gt;
and split used to convert to String array&lt;br /&gt;
   split(&amp;quot;Josh#Joe#John&amp;quot;,&amp;quot;#&amp;quot;) which return {&amp;quot;Josh&amp;quot;, &amp;quot;Joe&amp;quot;, &amp;quot;John&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
Vinay&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send array in QueryParameter</title><link>https://community.appian.com/thread/64296?ContentTypeID=1</link><pubDate>Tue, 29 Jan 2019 08:50:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:90cd7a02-9f02-443b-b400-67316c37f9de</guid><dc:creator>josuv0001</dc:creator><description>Hi Vinay,&lt;br /&gt;
&lt;br /&gt;
So I need to have 3 records, and I want to send &amp;quot;Josh&amp;quot;, &amp;quot;Joe&amp;quot; and &amp;quot;John&amp;quot; as first name.&lt;br /&gt;
&lt;br /&gt;
What is the best way? I already tried the following example:&lt;br /&gt;
&lt;br /&gt;
queryParameter name: functionOptions[first_name]&lt;br /&gt;
queryParameter value: split({&amp;quot;Josh&amp;quot;, &amp;quot;Joe&amp;quot;, &amp;quot;John&amp;quot;}, &amp;quot;#&amp;quot;)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send array in QueryParameter</title><link>https://community.appian.com/thread/64293?ContentTypeID=1</link><pubDate>Tue, 29 Jan 2019 08:33:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4cce4a66-f3ef-4f43-b6ec-be79f948ebb1</guid><dc:creator>Vinay Kumar Rai</dc:creator><description>Hi,&lt;br /&gt;
&lt;br /&gt;
No you can&amp;#39;t send an array in queryParameter, the other work around is to join the array values to some special character, like&lt;br /&gt;
&lt;br /&gt;
A#B#C,&lt;br /&gt;
&lt;br /&gt;
use the function &amp;quot;Split&amp;quot; .&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>