<?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>How to Extract process variables info from Process model when Instance id is given. how to get the keyvalue pairs of processvariables (pvname:value)</title><link>https://community.appian.com/discussions/f/process/22189/how-to-extract-process-variables-info-from-process-model-when-instance-id-is-given-how-to-get-the-keyvalue-pairs-of-processvariables-pvname-value</link><description>I would like to extract process variables info from an existing process instance with out using using a a!startprocess() function.. Is there any solution for this usecase. 
 input: processid 
 output: list of key value pairs of process variables.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to Extract process variables info from Process model when Instance id is given. how to get the keyvalue pairs of processvariables (pvname:value)</title><link>https://community.appian.com/thread/86934?ContentTypeID=1</link><pubDate>Wed, 13 Oct 2021 11:23:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d5937217-9edd-4086-9a59-e1b8b43fac48</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I am sure this is somehow possible. But I would not go that way. My recommendation is to not create overly reusable or commonalized objects in Appian. The reason is that the tradeoff of complexity and issues in maintainability are not worth the effort most of the time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to Extract process variables info from Process model when Instance id is given. how to get the keyvalue pairs of processvariables (pvname:value)</title><link>https://community.appian.com/thread/86933?ContentTypeID=1</link><pubDate>Wed, 13 Oct 2021 10:25:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9a5eed8c-4e20-41ac-9c46-c915da1340af</guid><dc:creator>subramaniaprabhaharana0002</dc:creator><description>&lt;p&gt;I am trying to create a common process model to send Email . since Dynamic template selection is not available in send email node.&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/14/pastedimage1634117227355v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I am creating a rule to do that dynamically. This is working perfectly fine&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/1000x240/__key/communityserver-discussions-components-files/14/pastedimage1634118070981v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img height="197" src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/14/pastedimage1634120249978v3.png" width="496" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img height="212" src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/14/pastedimage1634120309308v4.png" width="377" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I want even this to be in more automated way&lt;/p&gt;
&lt;p&gt;If a template has three placeholders(###placeholder1###,###placeholder2###, ###placeholder3### ). these three has to be substituted with the respective process variables value automatically using substitute function&lt;/p&gt;
&lt;p&gt;For example: placeholder1 with pv!placeholder1.(Note: name of the process variable name equal to name of the placeholder)&lt;/p&gt;
&lt;p&gt;I want to compare &amp;quot;placeholder1&amp;quot; with all list of Process variable name of current PM instance {pv!placeholder1,pv!placeholder2,pv!placeholder3} if it matches fetch the value of respective process variables and substitute.&lt;/p&gt;
&lt;p&gt;Please let me know if this can be possible in appian.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to Extract process variables info from Process model when Instance id is given. how to get the keyvalue pairs of processvariables (pvname:value)</title><link>https://community.appian.com/thread/86932?ContentTypeID=1</link><pubDate>Wed, 13 Oct 2021 09:23:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:52de4d2f-9ff9-4a42-b796-719987706273</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;No, that is not possible.&lt;/p&gt;
&lt;p&gt;What is your use case?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to Extract process variables info from Process model when Instance id is given. how to get the keyvalue pairs of processvariables (pvname:value)</title><link>https://community.appian.com/thread/86931?ContentTypeID=1</link><pubDate>Wed, 13 Oct 2021 09:09:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:524ec2ef-3a53-4e62-be78-79578f06cbe4</guid><dc:creator>subramaniaprabhaharana0002</dc:creator><description>&lt;p&gt;Thanks for the Response Stefan .Is it possible to pass dynamically the columnName in report similar that of process variable name ?&lt;/p&gt;
&lt;p&gt;Also no of columns = no of process variables based on selected process model&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to Extract process variables info from Process model when Instance id is given. how to get the keyvalue pairs of processvariables (pvname:value)</title><link>https://community.appian.com/thread/86930?ContentTypeID=1</link><pubDate>Wed, 13 Oct 2021 08:34:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:18839ca7-f869-4006-90fc-1c054070589f</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;This is what process reporting is made for. No need to start another process.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/21.3/Configuring_Process_Reports.html"&gt;docs.appian.com/.../Configuring_Process_Reports.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>