<?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>data type save</title><link>https://community.appian.com/discussions/f/general/38259/data-type-save</link><description>I am trying to understand when the appian save data type should be used, reading the documentation I do not see a clear example of use. Can someone tell me if they use it and when? This is the associated documentation 
 https://docs.appian.com/suite/help</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: data type save</title><link>https://community.appian.com/thread/144207?ContentTypeID=1</link><pubDate>Thu, 09 Jan 2025 10:14:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:70102230-d202-4bfe-8968-0531f50c0fb8</guid><dc:creator>BeckettHayes</dc:creator><description>&lt;p&gt;Thank you so much for answering, you saved my day.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: data type save</title><link>https://community.appian.com/thread/144102?ContentTypeID=1</link><pubDate>Mon, 06 Jan 2025 19:14:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4278bef7-188c-4cc3-a099-b71758a17fc7</guid><dc:creator>G Nithisha </dc:creator><description>&lt;p&gt;If you want to save value after clicking on button or else choosing option in dropdown will use a!save() function.&lt;br /&gt;simply it saves the value in target.&lt;br /&gt;&lt;br /&gt;if you want to save same value whatever user provided/selected you can use a!save(local!test,save!value)&lt;br /&gt;or else you want to save different value after clicking on the submit button.&lt;/p&gt;
&lt;p&gt;saveInto:{ri!button,&lt;/p&gt;
&lt;p&gt;a!save(local!test,null)&lt;/p&gt;
&lt;p&gt;}&lt;br /&gt;it means local variable test updated with null value user clicks on the submit button.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: data type save</title><link>https://community.appian.com/thread/144082?ContentTypeID=1</link><pubDate>Mon, 06 Jan 2025 10:39:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d1b3ae90-c651-4e2f-94a2-a606dc5f3a5d</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Because I can then pass a list of a!save() to that parameter to allow reacting on events from outside of the component. That what makes this customizable.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: data type save</title><link>https://community.appian.com/thread/144072?ContentTypeID=1</link><pubDate>Mon, 06 Jan 2025 06:46:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6bcaf35d-5bff-4404-baa9-9dcf306808af</guid><dc:creator>Soma</dc:creator><description>&lt;p&gt;There will be cases where you need to manipulate or conditionally handle some operations based on the input. Instead of using an additional variable to save the value and handle it based on that, you can use save!value.&lt;/p&gt;
&lt;p class="p1"&gt;It simplifies the process of saving or manipulating the user input in the interface by providing direct access to the value.&lt;/p&gt;
&lt;p class="p1"&gt;Example:&lt;/p&gt;
&lt;p class="p1"&gt;a!save(local!email, if(isnull(save!value), &amp;quot;No Email Provided&amp;quot;, save!value))&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: data type save</title><link>https://community.appian.com/thread/144069?ContentTypeID=1</link><pubDate>Sun, 05 Jan 2025 20:07:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:368a333d-8427-4ea4-ac4a-8dfc571a5843</guid><dc:creator>Ra&amp;#250;l G&amp;#243;mez Moya</dc:creator><description>&lt;p&gt;I still don&amp;#39;t understand its use, why not use a variable of the specific type that is expected to be stored in ri!saveInto instead of using the save data type?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/Captura-de-pantalla-2025_2D00_01_2D00_05-a-las-21.04.16.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: data type save</title><link>https://community.appian.com/thread/144068?ContentTypeID=1</link><pubDate>Sun, 05 Jan 2025 19:34:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:287487c0-4d96-4c11-9869-3b1ef0aa7a52</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I&amp;nbsp;use the &amp;quot;save&amp;quot; datatype when I want to expose a functionality like the Appian default components in the saveInto parameter.&lt;/p&gt;
&lt;p&gt;Find an example in my blog post:&amp;nbsp;&lt;a href="https://appian.rocks/2023/12/04/the-master-of-email-address-fields/"&gt;https://appian.rocks/2023/12/04/the-master-of-email-address-fields/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>