<?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>About Variables</title><link>https://community.appian.com/discussions/f/new-to-appian/31227/about-variables</link><description>Hi, 
 
 Some one help me to understand What is Variables with Examples</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: About Variables</title><link>https://community.appian.com/thread/124896?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 05:52:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:961e4a2e-a0a7-4dcb-bf86-92adeabeb746</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;In general - &lt;a id="" href="https://launchschool.com/books/ruby/read/variables"&gt;https://launchschool.com/books/ruby/read/variables&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;On Appian -&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/23.4/Local_Variables.html#:~:text=Variables%20store%20data%20that%20can,the%20function%20that%20defines%20them."&gt;docs.appian.com/.../Local_Variables.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About Variables</title><link>https://community.appian.com/thread/124888?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 05:09:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fed76cbb-11a9-4533-a7dd-87b0f7c77b2d</guid><dc:creator>kingsley J</dc:creator><description>&lt;p&gt;thank you so much konduru&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About Variables</title><link>https://community.appian.com/thread/124887?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 05:09:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:098817be-4f0e-4078-88ff-f158e660852d</guid><dc:creator>kingsley J</dc:creator><description>&lt;p&gt;Thank you so much&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About Variables</title><link>https://community.appian.com/thread/124886?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 05:05:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7da970a6-9561-41d7-82f8-955a2475155d</guid><dc:creator>venkatrea696188</dc:creator><description>&lt;p&gt;Variables are Containers to store your data. They help you to hold and transport your data from one node to another.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In Appian We got Rule inputs ,&amp;nbsp;Local variables , Activity Class Parameters ,process variables.&lt;/p&gt;
&lt;p&gt;Rule inputs and Local variables works in context of Interface.&lt;/p&gt;
&lt;p&gt;Local Variables : &lt;span&gt;&amp;nbsp;Local variables are a specific type of variable that are only available within the context of a particular expression and can only be accessed within the function that defines them.&amp;nbsp; &amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/23.4/Local_Variables.html#overview"&gt;https://docs.appian.com/suite/help/23.4/Local_Variables.html#overview&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Rule Inputs :Just Like Global variables in java.&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Usage:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;pass data down and up interfaces&lt;/li&gt;
&lt;li&gt;pass data into and out of a process model&lt;/li&gt;
&lt;li&gt;pass inputs to expression rules&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;ACP&amp;#39;s and Process variables we use them in context of Process Models.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;ACP : These are like Local variables but context is Process Node . Only available within Particular node That we created.&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/23.4/Working_with_Data_in_Process.html#node-inputs--activity-class-parameters"&gt;https://docs.appian.com/suite/help/23.4/Working_with_Data_in_Process.html#node-inputs--activity-class-parameters&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Process Variables : Global variables but in context of Process.&amp;nbsp;&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/23.4/Working_with_Data_in_Process.html#process-variables"&gt;https://docs.appian.com/suite/help/23.4/Working_with_Data_in_Process.html#process-variables&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About Variables</title><link>https://community.appian.com/thread/124885?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 05:04:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1a40be92-9d14-42f1-8453-08c4e5b59224</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;Hello &lt;a href="/members/kingsleyj4929"&gt;kingsley J&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Variables are used to store values, which can be changed during execution of your code or process. You&amp;nbsp;can define the type of variables and use them for storing&amp;nbsp;the same type of value (Integers, text, Boolean etc.) , using these variables you can transform or change the data in your code or process.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In Appian we have Local variables, Rule Inputs(Global Variables) and Process variables.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I would recommend you to go through the documentation for better understanding.&amp;nbsp;&lt;br /&gt;1.&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/23.4/Local_Variables.html"&gt;Local Variables&lt;/a&gt;&lt;a href="https://docs.appian.com/suite/help/23.4/Local_Variables.html"&gt;&lt;br /&gt;&lt;/a&gt;2. &lt;a href="https://docs.appian.com/suite/help/23.4/enabling_user_interaction.html#rule-inputs"&gt;Interface variables and Inputs&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;3.&amp;nbsp; &lt;a href="https://docs.appian.com/suite/help/23.4/Working_with_Data_in_Process.html#process-variables"&gt;Process Variables&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>