<?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>interface</title><link>https://community.appian.com/discussions/f/user-interface/25910/interface</link><description>I had created the add new vehicle interface as the assignment for the appain developer part but in the add new vehicle form when i entered my values the values are getting disappear how could i resolve this can isuue ?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: interface</title><link>https://community.appian.com/thread/101340?ContentTypeID=1</link><pubDate>Fri, 16 Sep 2022 14:41:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bb74db6d-33bb-4820-b2a0-e65cff3c7d81</guid><dc:creator>Praful Singhal</dc:creator><description>&lt;p&gt;The solution to this problem is to check&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The datatype of rule input is same as taken from UI&lt;/li&gt;
&lt;li&gt;In saveInto are you saving it in the correct local variable or rule input.&lt;/li&gt;
&lt;li&gt;In value did you correctly mapped the variable&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Hope this will help you to resolve the issue. You can try below code snippet&lt;/p&gt;
&lt;p&gt;a!localVariables(&lt;br /&gt; local!test,&lt;br /&gt; {&lt;br /&gt; a!textField(&lt;br /&gt; label: &amp;quot;test&amp;quot;,&lt;br /&gt; value: local!test,/*value of this variable will be displayed*/&lt;br /&gt; saveInto: local!test/*user entered value will be stored in this variable*/&lt;br /&gt; &lt;br /&gt; )&lt;br /&gt; }&lt;br /&gt;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: interface</title><link>https://community.appian.com/thread/101306?ContentTypeID=1</link><pubDate>Fri, 16 Sep 2022 04:09:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1a00b9ab-0c1b-47a3-8a2c-2ac69140cb61</guid><dc:creator>Naresh</dc:creator><description>&lt;p&gt;check your values are saving into rule inputs or not. You can verify this in &lt;span&gt;saveInto&lt;/span&gt; parameter of your user input fields.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: interface</title><link>https://community.appian.com/thread/101305?ContentTypeID=1</link><pubDate>Fri, 16 Sep 2022 03:58:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:edcbf00b-15be-4693-be0e-ca68444eae67</guid><dc:creator>deepakg681722</dc:creator><description>&lt;p&gt;please check the mapping. If it is standalone interface then check the mapping under each field components or if the form is used as UIT then check the mapping into process model as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>