<?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 Local Variables values to Process variables</title><link>https://community.appian.com/discussions/f/general/18849/pass-local-variables-values-to-process-variables</link><description>Hi, 
 
 How to send the data from a local variable in an interface to Process variable in Process Model. 
 
 Can anyone let me know how to do. 
 
 Thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Pass Local Variables values to Process variables</title><link>https://community.appian.com/thread/76730?ContentTypeID=1</link><pubDate>Fri, 25 Sep 2020 08:38:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4d8e5477-c9cf-4e9b-8271-92d2c1723e86</guid><dc:creator>musthafaj0003</dc:creator><description>&lt;p&gt;Is there a way to get all process variables from process model or process instance?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pass Local Variables values to Process variables</title><link>https://community.appian.com/thread/74138?ContentTypeID=1</link><pubDate>Fri, 15 May 2020 14:08:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c6f28d38-b4e9-4dc1-9280-79b5443fd74a</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;My assumption is that this user is asking about the basic/normal use case, i.e. they have one or more local variables defined on-form, and need to pass them back into PVs.&amp;nbsp; The earlier replies kinda covered this, though not very well (though not quite enough detail was provided in the original question).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pass Local Variables values to Process variables</title><link>https://community.appian.com/thread/74135?ContentTypeID=1</link><pubDate>Fri, 15 May 2020 13:28:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bd633be2-2af0-429e-b927-89d9f82f4ca9</guid><dc:creator>davel001150</dc:creator><description>&lt;p&gt;Are you talking about changing a process variable after you&amp;#39;ve loaded the form, and being able to see the change?&amp;nbsp; Or changing a variable in the form, and without submitting the form, seeing the change in the process model?&lt;/p&gt;
&lt;p&gt;You can&amp;#39;t do either of those things.&amp;nbsp; They are a current limitation of the Appian product, and would be an AMAZING feature I&amp;#39;ve been waiting for years for someone to develop.&amp;nbsp; The main thing that would unlock is the ability for two people on two different machines to collaborate on the same task at the same time and see each other&amp;#39;s work.&lt;/p&gt;
&lt;p&gt;An immediate use case I can foresee right now would be planning poker.&amp;nbsp; Developers get cards labeled 1, 2, 3, 5, 8, 13, 21, and they all pick a card to vote on how many story points a story is.&amp;nbsp; Once they&amp;#39;ve all picked, the SCRUM Master instantly sees what everyone voted.&lt;/p&gt;
&lt;p&gt;You can do something to the effect now, but you can only do it by saving to the database and querying from the database.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pass Local Variables values to Process variables</title><link>https://community.appian.com/thread/74119?ContentTypeID=1</link><pubDate>Fri, 15 May 2020 08:32:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:404ba08e-0ce2-423a-add9-5f37169da85c</guid><dc:creator>ManuelHTG</dc:creator><description>&lt;p&gt;local variables are defined with a!localVariables(), load() or with()&lt;/p&gt;
&lt;p&gt;Rule inputs you set up in the interface.&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/pastedimage1589531629433v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pass Local Variables values to Process variables</title><link>https://community.appian.com/thread/74116?ContentTypeID=1</link><pubDate>Fri, 15 May 2020 08:04:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c91c171c-0270-4924-93ee-172890208fff</guid><dc:creator>Jayapriya Muthu</dc:creator><description>&lt;p&gt;Hi, You cannot pass the local variable values to process directly.&amp;nbsp;Map the values to rule inputs. The mapping of values from interface to process should be like ri!-&amp;gt; ac!-&amp;gt;pv. Check the below link for your reference&lt;/p&gt;
&lt;p&gt;&lt;a href="/discussions/f/user-interface/17172/transferring-a-local-variable-in-an-interface-into-a-process-variable/67728#67728"&gt;https://community.appian.com/discussions/f/user-interface/17172/transferring-a-local-variable-in-an-interface-into-a-process-variable/67728#67728&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pass Local Variables values to Process variables</title><link>https://community.appian.com/thread/74115?ContentTypeID=1</link><pubDate>Fri, 15 May 2020 07:47:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3e59f153-ce0c-4a0c-84f7-2c1bcbd94937</guid><dc:creator>ajays0005</dc:creator><description>&lt;p&gt;local variable is also interface variable right? When I tried, the values weren&amp;#39;t displayed through nodes.&lt;br /&gt;&lt;br /&gt;If you have a small code picker can you send it .&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pass Local Variables values to Process variables</title><link>https://community.appian.com/thread/74113?ContentTypeID=1</link><pubDate>Fri, 15 May 2020 07:29:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:39305879-07a7-4f86-b8a2-e21e90375327</guid><dc:creator>ManuelHTG</dc:creator><description>&lt;p&gt;then use an interface variable instead of a local variable (you will not be able to pass it otherwise), then set it up in the process model form node.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pass Local Variables values to Process variables</title><link>https://community.appian.com/thread/74112?ContentTypeID=1</link><pubDate>Fri, 15 May 2020 07:27:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2d83ac97-0983-4eca-b424-04b9deff0e4d</guid><dc:creator>ajays0005</dc:creator><description>&lt;p&gt;In User input form in process model&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pass Local Variables values to Process variables</title><link>https://community.appian.com/thread/74111?ContentTypeID=1</link><pubDate>Fri, 15 May 2020 07:26:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ac42d29a-ea34-4448-b1fc-a19024f0d713</guid><dc:creator>ManuelHTG</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I guess you mean on a startform or in a form within a process model that use that interface.&lt;/p&gt;
&lt;p&gt;If that is the case, you should consider changing the local variable to an interface variable, so you can easily map it.&lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;
&lt;p&gt;Manuel&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>