<?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>&amp;quot;Save Draft&amp;quot; option in Tasks</title><link>https://community.appian.com/discussions/f/general/34466/save-draft-option-in-tasks</link><description>Hello guys, can anyone explain how the save draft functionality works in some detail. 
 
 In my task i have a grid in which i select a row and then press save draft. After opening the task again, the row is not selected.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: "Save Draft" option in Tasks</title><link>https://community.appian.com/thread/139684?ContentTypeID=1</link><pubDate>Fri, 16 Aug 2024 14:34:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:26aca823-1e4c-4a26-8ae2-f816c618b15c</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Cool, that&amp;#39;s what I suspected (but didn&amp;#39;t want to make any large promises, lol) - if you get a chance I&amp;#39;d be grateful for a &amp;quot;verify answer&amp;quot; click, if you see that option.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: "Save Draft" option in Tasks</title><link>https://community.appian.com/thread/139683?ContentTypeID=1</link><pubDate>Fri, 16 Aug 2024 14:27:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e6976910-cc81-4d85-b032-3277ccb6396b</guid><dc:creator>paroshnin677604</dc:creator><description>&lt;p&gt;Thank You! By changing the local variable, it now works!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: "Save Draft" option in Tasks</title><link>https://community.appian.com/thread/139680?ContentTypeID=1</link><pubDate>Fri, 16 Aug 2024 14:14:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:446c667f-a4de-47d3-84e4-db25fdbc2a19</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="42005" url="~/discussions/f/general/34466/save-draft-option-in-tasks/139665"]local!technicalInformation: &lt;span&gt;&amp;#39;type!{urn:com:appian:types:PRD}PRD_BlendTechnicalInformation&amp;#39;()&lt;/span&gt;[/quote]
&lt;p&gt;So the local variable is not making any reference to the current value of the rule input.&amp;nbsp; And then the field&amp;#39;s &amp;quot;value&amp;quot; parameter only makes reference to the local variable.&amp;nbsp; So no matter what the user does, when they re-open the form, it&amp;#39;s going to appear blank.&lt;/p&gt;
&lt;p&gt;Instead you need to try defining the local variable such that it observes the current value (if any) of the rule input:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;local!technicalInformation: ri!technicalInformation,&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: "Save Draft" option in Tasks</title><link>https://community.appian.com/thread/139665?ContentTypeID=1</link><pubDate>Fri, 16 Aug 2024 06:13:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3e103008-c2a7-44c6-b098-a2d64cfbcbe2</guid><dc:creator>paroshnin677604</dc:creator><description>&lt;p&gt;&lt;span&gt;It is being set like this:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;local!technicalInformation: &lt;span&gt;&amp;#39;type!{urn:com:appian:types:PRD}PRD_BlendTechnicalInformation&amp;#39;()&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: "Save Draft" option in Tasks</title><link>https://community.appian.com/thread/139647?ContentTypeID=1</link><pubDate>Thu, 15 Aug 2024 17:57:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a5e9eca1-d9c9-4bb6-a1a8-483cd05201e0</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="42005" url="~/discussions/f/general/34466/save-draft-option-in-tasks/139639"]Any idea what is wrong here?[/quote]
&lt;p&gt;I&amp;#39;d bet a few dollars that it has to do with how you&amp;#39;re declaring the local variable, &amp;quot;local!technicalInformation&amp;quot;.&amp;nbsp; Mind showing a screenshot of where you set its initial value upon form load?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: "Save Draft" option in Tasks</title><link>https://community.appian.com/thread/139639?ContentTypeID=1</link><pubDate>Thu, 15 Aug 2024 13:58:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9dc8bda1-c016-48a4-a1ec-a8e16984fee1</guid><dc:creator>paroshnin677604</dc:creator><description>&lt;p&gt;Hi Stefan&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This is the code to save the rule inputs on the interface:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1723730063690v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This is the process model where we are mapping the ACP:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1723730111484v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;In the form of the process model, the &amp;quot; allow users to save draft&amp;quot; is ticked :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1723730178582v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The task is accepted and the user fills in the field for technicalInformation.ingredientDeclaration then clicks save draft and closes the form.&lt;/p&gt;
&lt;p&gt;The user then goes back to the task but the&amp;nbsp;technicalInformation.ingredientDeclaration&amp;nbsp; values are blank.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any idea what is wrong here?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: "Save Draft" option in Tasks</title><link>https://community.appian.com/thread/139638?ContentTypeID=1</link><pubDate>Thu, 15 Aug 2024 13:52:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9e06f411-168f-4140-8374-5565a2f656e2</guid><dc:creator>paroshnin677604</dc:creator><description>&lt;p&gt;In the Interface , this is the code to save to&amp;nbsp; the rule input:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1723729551488v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;In the process model, the output on the interface is as follows:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1723729649542v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;and the &amp;quot;Allow users to save draft&amp;quot; is ticked in the Form of the process model:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1723729729884v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;We fill the fields in on the form ( ie. ingredient declaration for the&amp;nbsp;&lt;span&gt;technical information )&lt;/span&gt; , click save draft and then close the form.&lt;/p&gt;
&lt;p&gt;We then reopen the task and the &lt;span&gt;ingredient declaration for the&amp;nbsp;&lt;/span&gt;&lt;span&gt;technical information&amp;nbsp;paragraph field is blank. The draft values&amp;nbsp;were not saved.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;What are we doing incorrectly?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: "Save Draft" option in Tasks</title><link>https://community.appian.com/thread/139628?ContentTypeID=1</link><pubDate>Thu, 15 Aug 2024 12:00:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:107e89b9-c828-42fe-be4a-809db975347c</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I think you will have to share some code snippets and explain the matter in more detail.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: "Save Draft" option in Tasks</title><link>https://community.appian.com/thread/139626?ContentTypeID=1</link><pubDate>Thu, 15 Aug 2024 09:06:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8c17d15a-a134-40de-b4f9-9c0929f9d74d</guid><dc:creator>paroshnin677604</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/karlon2336"&gt;karlon2336&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Did you come right with this?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We have an interface that has:&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;rule inputs&amp;nbsp;&lt;/li&gt;
&lt;li&gt;the process model does have the variables mapped to ac!&lt;/li&gt;
&lt;li&gt;the save draft check box is ticked&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;However, when we save draft, close the form and then come back to the task, the values entered initially are not displaying on the form.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Any idea how to fix this?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: "Save Draft" option in Tasks</title><link>https://community.appian.com/thread/131868?ContentTypeID=1</link><pubDate>Tue, 26 Mar 2024 09:45:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:96d61de8-d3a7-4f3e-ba0c-713622bdb7dc</guid><dc:creator>karlon2336</dc:creator><description>&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: "Save Draft" option in Tasks</title><link>https://community.appian.com/thread/131821?ContentTypeID=1</link><pubDate>Mon, 25 Mar 2024 16:18:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8e302ce0-4076-4740-b9ef-954d06d6370e</guid><dc:creator>Karumuru Abhishek</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/karlon2336"&gt;karlon2336&lt;/a&gt;&amp;nbsp;Leave the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;Allow users to save a draft of in-progress tasks&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;checkbox selected if you would like to give users the ability to save a draft of the task before submission. This is only applicable if you are saving user inputs into&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/24.1/Process_and_Report_Data.html#activity-class-parameters"&gt;Activity Class Parameters&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: "Save Draft" option in Tasks</title><link>https://community.appian.com/thread/131812?ContentTypeID=1</link><pubDate>Mon, 25 Mar 2024 15:21:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ff8b26a9-d09a-403d-a477-93da11e0d476</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Only rule input based variables are saved. No locals.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>