<?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>Pass Variable into Process Start Smart Service</title><link>https://community.appian.com/discussions/f/general/18070/pass-variable-into-process-start-smart-service</link><description>Hello, 
 I would like to be able to pass a variable into Process Start Smart Service. 
 
 
 
 
 How I can do this. Some people probably will say that in this case Cannot be passed by reference. But I need to pass it. Using Sub Process does not allow me</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Pass Variable into Process Start Smart Service</title><link>https://community.appian.com/thread/71062?ContentTypeID=1</link><pubDate>Wed, 18 Dec 2019 18:27:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:853b8718-538a-4de7-8b5a-c0775d2adc6b</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;What do you currently have configured for the &amp;quot;&lt;strong&gt;Process Parameters&lt;/strong&gt;&amp;quot; node input within your Start Process node?&amp;nbsp; What variable are you attempting to pass in, just for our reference?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pass Variable into Process Start Smart Service</title><link>https://community.appian.com/thread/71061?ContentTypeID=1</link><pubDate>Wed, 18 Dec 2019 18:27:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3470ebc9-b3d1-4ad4-8ba1-b714568eb5b1</guid><dc:creator>Wen Huynh</dc:creator><description>&lt;p&gt;In the node inputs, use Process Parameters to pass in the variable in dictionary format. For example, if your destination process model has 2 process parameters, employeeId and deadline, then it looks like this: &lt;/p&gt;
&lt;pre class="highlight"&gt;&lt;code&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;span class="ow"&gt;{&lt;/span&gt;
    &lt;span class="ss"&gt;employeeId:&lt;/span&gt; &lt;span class="mi"&gt;&amp;lt;value or variable to pass in&amp;gt;&lt;/span&gt;&lt;span class="ow"&gt;,&lt;/span&gt;
    &lt;span class="ss"&gt;deadline:&lt;/span&gt; &amp;lt;value or variable to pass in&amp;gt;&lt;span class="mi"&gt;&lt;/span&gt;
&lt;span class="ow"&gt;}&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;Source: &lt;a href="https://docs.appian.com/suite/help/19.4/Start_Process_Smart_Service.html"&gt;docs.appian.com/.../Start_Process_Smart_Service.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>