<?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>Plugins that let you read the value of a process variable in SAIL</title><link>https://community.appian.com/discussions/f/plug-ins/5135/plugins-that-let-you-read-the-value-of-a-process-variable-in-sail</link><description>Are there any plugins that let you read the value of a process variable in SAIL? I&amp;#39;m using the startprocesswrite() plug in to start a process, and would like some way to return the value of a process variable on the same SAIL form. Any ideas? 
 OriginalPostID</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Plugins that let you read the value of a process variable in SAIL</title><link>https://community.appian.com/thread/19081?ContentTypeID=1</link><pubDate>Tue, 16 Jun 2015 05:47:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5b7a306e-949a-45ef-b6b3-ef9016841073</guid><dc:creator>ajinkyab277</dc:creator><description>@nick: You can create expression function to get the process variable value from particular  process. copy existing code of Get external PV smart service.(Not recommended if you are on cloud )&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Plugins that let you read the value of a process variable in SAIL</title><link>https://community.appian.com/thread/19033?ContentTypeID=1</link><pubDate>Sat, 13 Jun 2015 21:24:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a98bec65-72a6-41e5-984f-f384491ddae3</guid><dc:creator>sikhivahans</dc:creator><description>@nickh Unfortunately you couldn't read the returned data using startprocesswrite as it's of type fire and forget. Probably you could go with either of the approaches as specified below:&lt;br /&gt;&gt;&gt; Save the details into database using the process which you trigger by using startprocesswrite and read the values from the database in the SAIL interface.&lt;br /&gt;&gt;&gt; Make use of the queryProcessAnalytics or getportalreportdatasubset and query the process analytics of the process triggered using startprocesswrite.&lt;br /&gt;&lt;br /&gt;But please bear in mind that you need to identify the right record and for this you may have to identify unique attributes that fetches you a right record in any case.&lt;br /&gt;&lt;br /&gt;Further I can also confirm that there aren't any OOTB or shared component available for doing the above.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Plugins that let you read the value of a process variable in SAIL</title><link>https://community.appian.com/thread/19030?ContentTypeID=1</link><pubDate>Fri, 12 Jun 2015 23:36:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a116c5e9-ecf3-4eab-833a-a57deb621b58</guid><dc:creator>abhinavg</dc:creator><description>You can directly use pv!variableName inside your SAIL code but process variable and UI task needs to be in same process model ..  not sure if i understood your question correctly&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>