<?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>BEGINNERS: Process Model Question</title><link>https://community.appian.com/discussions/f/process/11760/beginners-process-model-question</link><description>We have created a Data store and enables chain activity linking . For some reason when we begin to fill out our form we are unable to see the data, and are clueless where the data is going. It looks as if it saved, we get the message that it has saved</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: BEGINNERS: Process Model Question</title><link>https://community.appian.com/thread/52595?ContentTypeID=1</link><pubDate>Tue, 13 Feb 2018 12:34:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6109b00e-a65f-47cd-b986-c22745d96048</guid><dc:creator>Arpit Bhargava</dc:creator><description>Hi,&lt;br /&gt;
&lt;br /&gt;
I think you have not taken the output from that data store entity as you are saying that data is saving but its not showing. Please check the output for that write to data store entity.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BEGINNERS: Process Model Question</title><link>https://community.appian.com/thread/52570?ContentTypeID=1</link><pubDate>Tue, 13 Feb 2018 01:24:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e3e38a8d-a5b8-47da-a6be-d7e3dde60ccd</guid><dc:creator>joanneh</dc:creator><description>&lt;p&gt;Dear allynj&lt;/p&gt;
&lt;p&gt;Please check with the following precedure:&lt;/p&gt;
&lt;p&gt;1) Inside the User Input Form (the Interface Object), are you able to diplay and save the value in the field in inputs (ri!)?&lt;/p&gt;
&lt;p&gt;If Yes, continue in step 2;&lt;/p&gt;
&lt;p&gt;If No, please set the ri! variable into the &amp;quot;value&amp;quot; and &amp;quot;saveInto&amp;quot; part inside the fields.&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-discussions-components-files/14/pastedimage1518488706855v3.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/14/pastedimage1518488706855v3.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2) If the&amp;nbsp;the form&amp;nbsp;is not a start form, you have to pass Form Input (ri!) through the activity class parameter (ac!) back to the process model variable (pv!) in order to proceed in the process.&lt;/p&gt;
&lt;p&gt;By doing so , please save back the values in the output of the User Input Node&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-discussions-components-files/14/pastedimage1518488544104v1.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/14/pastedimage1518488544104v1.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BEGINNERS: Process Model Question</title><link>https://community.appian.com/thread/52566?ContentTypeID=1</link><pubDate>Mon, 12 Feb 2018 20:36:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0c833d7a-c94b-4459-8a10-d93ad1100ccc</guid><dc:creator>aloks0189</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/allynj"&gt;allynj&lt;/a&gt; &amp;nbsp;can you please elaborate your problem Statement in brief.&lt;/p&gt;
&lt;p&gt;However in order to debug this, launch the same form in design and enter the data into their respective fields and check whether data is still being disappeared. If so, try checking value and saveInto for those fields (I assume that you are not flushing the data of this form, and also not storing the data into db, on field unfocus using smart service function, as you told about data being saved)&lt;/p&gt;
&lt;p&gt;Hope this might help you to debug the root cause of this issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BEGINNERS: Process Model Question</title><link>https://community.appian.com/thread/52561?ContentTypeID=1</link><pubDate>Mon, 12 Feb 2018 17:49:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6a2b63f8-0095-472e-888b-b38d1cd2e358</guid><dc:creator>shiprav</dc:creator><description>Have you tested the interface separately in live window? And you checked the data saved or submitted is getting entered into the database or not? Please share related screenshots.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BEGINNERS: Process Model Question</title><link>https://community.appian.com/thread/51963?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2018 17:01:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:296ed572-2f4f-4f8c-bf6f-89bffcf46755</guid><dc:creator>Shyam Bommakanti</dc:creator><description>Is the process configured as Start form? Then the PV needs to be marked as parameter. Please review this recipe: &lt;a href="https://docs.appian.com/suite/help/17.4/recipe_set_the_default_value_of_an_input_on_a_start_form.html"&gt;docs.appian.com/.../recipe_set_the_default_value_of_an_input_on_a_start_form.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
If there is not start form then map the UIT form to ACP, you need to save the ACP to the PV. Please review this recipe: &lt;br /&gt;
&lt;a href="https://docs.appian.com/suite/help/17.4/recipe_set_the_default_value_of_an_input_on_a_task_form.html"&gt;docs.appian.com/.../recipe_set_the_default_value_of_an_input_on_a_task_form.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BEGINNERS: Process Model Question</title><link>https://community.appian.com/thread/51958?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2018 15:41:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6432d84d-e3fc-4acc-85bf-b189106bc139</guid><dc:creator>Colton Beck</dc:creator><description>&lt;p&gt;Not sure I understand your issue.&lt;/p&gt;
&lt;p&gt;Is it that the characters entered into a form field of a User Input Task disappear after clicking onto a different form field? Or that you submit a form and the data saves, but when you re-enter the form, the data is not present?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>