<?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>pv Showing [object Object] Instead of Value</title><link>https://community.appian.com/discussions/f/general/7745/pv-showing-object-object-instead-of-value</link><description>#Appian 16.2 features Hi All, I encountered a problem while using start process smart service i.e in the node output processInfo where pv shown [object Object] instead of showing initial values of its process variables. Thanks in advance. 
 
 OriginalPostID</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: pv Showing [object Object] Instead of Value</title><link>https://community.appian.com/thread/31855?ContentTypeID=1</link><pubDate>Fri, 03 Jun 2016 13:04:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ebe55088-f7d9-4b35-b06b-f4ccd5d6e04d</guid><dc:creator>sikhivahans</dc:creator><description>So you can actually access the parameterised process variables in the initialised process in the Outputs of the Start Process Smart Service.&lt;br /&gt;&lt;br /&gt;Example: Let&amp;#39;s say you have a process variable by name processVar1 (be it a primitive or custom data type) in the process model which you want to initialise by using the Start Process Smart Service.&lt;br /&gt;&lt;br /&gt;Then you may obtain the value of processVar1 as follows: fn!property(ac!ProcessInfo.pv,&amp;quot;processVar1&amp;quot;,null) or fn!index(ac!ProcessInfo.pv,&amp;quot;processVar1&amp;quot;,null) (You may apply the same approach for a!startProcess() as well.)&lt;br /&gt;&lt;br /&gt;Further I should also say that you will be able to deal with only those Process Variables that act as Parameters to the Process and this is as per my initial observations.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>