<?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>Constants as input variables in process</title><link>https://community.appian.com/discussions/f/process/15048/constants-as-input-variables-in-process</link><description>Good morning everyone. I am building a process that builds an ID. 
 The ID is built in the following way: 1)Alias: Label of the selection of a dropDownList in a Form, stored in a constant. I need to have this as a parameter in my process 
 2)ID: Value</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Constants as input variables in process</title><link>https://community.appian.com/thread/111469?ContentTypeID=1</link><pubDate>Thu, 20 Apr 2023 13:12:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:128003d8-43a1-4c80-91d1-2f924cd67330</guid><dc:creator>Anshu raj singh Ranawat</dc:creator><description>&lt;p&gt;&lt;span&gt;You can use a rule input to store the selected value and pass it to a process variable in a process model. To do this, you would first create a rule input that corresponds to the input field where the user selects their value. Then, you would map the value of the rule input to a process variable in your process model.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Constants as input variables in process</title><link>https://community.appian.com/thread/67342?ContentTypeID=1</link><pubDate>Fri, 14 Jun 2019 10:20:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:27c856c1-5e0a-494d-a4d8-4dd1161f71f1</guid><dc:creator>RijutaGhosh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;you will need to have ri&amp;#39;s in your form which you you need to map as pv&amp;#39;s in the process model. you need to create 2 pv&amp;#39;s for Alias and ID and make them as parameters as they will be supplied with a value when the process starts.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Go to process model properties, then variables to create process variable.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Constants as input variables in process</title><link>https://community.appian.com/thread/67341?ContentTypeID=1</link><pubDate>Fri, 14 Jun 2019 09:16:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:796a94dd-a834-4a8f-821d-3a9db54a7ae2</guid><dc:creator>dariab0002</dc:creator><description>&lt;p&gt;Hi, for the current day you can use today() function without timestamp.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can set a variable as a parameter in Process model Properties&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/14/2019_2D00_06_2D00_14_5F00_12_2D00_15_2D00_39.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>