<?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>Save draft functionality</title><link>https://community.appian.com/discussions/f/user-interface/11332/save-draft-functionality</link><description>Can anyone explain how does the appian out of the box functionality regarding Save draft works? 
 I have a selectable grid , in which I select a row. I press save draft, exit and enter the task again but the selected row isn&amp;#39;t selected anymore. 
 Thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Save draft functionality</title><link>https://community.appian.com/thread/100081?ContentTypeID=1</link><pubDate>Wed, 24 Aug 2022 11:29:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9f59a3ae-96fa-47fe-a91e-2613c7f95a0c</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Adding to what Stefan said, all the UIT in the Process Models are by default save-draft compatible. You can toggle it in the settings of the UIT.&lt;br /&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/13/pastedimage1661340579415v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save draft functionality</title><link>https://community.appian.com/thread/100059?ContentTypeID=1</link><pubDate>Wed, 24 Aug 2022 06:34:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ab4f562d-ab30-4dab-9207-22a5ded83dfc</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;This is nothing you have to implement. Just make sure to use rule inputs for all the values you want to be saved. Local variables are not persisted.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save draft functionality</title><link>https://community.appian.com/thread/100052?ContentTypeID=1</link><pubDate>Wed, 24 Aug 2022 05:31:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cff75e45-5532-4159-a1f3-dddb17b35173</guid><dc:creator>yogeshc213832</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/shyamb"&gt;Shyam Bommakanti&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;the above link is not accessible&amp;nbsp;&lt;/p&gt;
&lt;p&gt;can you please provide me the link where I can find how to implement draft functionality in Appian&lt;/p&gt;
&lt;p&gt;Many Thanks in advance &lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save draft functionality</title><link>https://community.appian.com/thread/49859?ContentTypeID=1</link><pubDate>Thu, 02 Nov 2017 17:12:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1b487265-eb5f-40c1-952e-a6b857a8306a</guid><dc:creator>ankita0004</dc:creator><description>Hello george,&lt;br /&gt;
&lt;br /&gt;
You have to save the selected id of grid in rule input ri! for this and you have to pass this id from process model&lt;br /&gt;
like&lt;br /&gt;
&lt;br /&gt;
saveInto:{&lt;br /&gt;
a!save(ri!selectedId,local!gridSelection.selected)&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
Note: you cann&amp;#39;t save this to local variable because local variable loads each time when open the form&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save draft functionality</title><link>https://community.appian.com/thread/49852?ContentTypeID=1</link><pubDate>Thu, 02 Nov 2017 11:29:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:58a6b7c6-e6a2-43af-aa9e-13e81ce323d4</guid><dc:creator>Shyam Bommakanti</dc:creator><description>There are 2 types of variables in a form:&lt;br /&gt;
1) Interface inputs. Identified by ri! in the interface/rule.&lt;br /&gt;
2) Local variables. Identified by local! in the interface/rule.&lt;br /&gt;
&lt;br /&gt;
Interface inputs are of 2 types, ACPs and PVs. Anything saved in ACPs will be persisted when Save Draft is selected by the user.&lt;br /&gt;
It&amp;#39;s a design consideration, either disable Save Draft option or use interface inputs the right way so that Save Draft works.&lt;br /&gt;
&lt;br /&gt;
Anything saved in local! variables are not persisted when Save Draft.&lt;br /&gt;
&lt;br /&gt;
Please review documentation for more details: &lt;a href="https://docs.appian.com/suite/help/17.3/Forms_Tab.html#other-considerations"&gt;docs.appian.com/.../Forms_Tab.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>