<?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>Action don&amp;#39;t reflect on the application</title><link>https://community.appian.com/discussions/f/user-interface/23963/action-don-t-reflect-on-the-application</link><description>Hi Community, 
 I have a case that I add new row (Add new Goal) to my grid as the image below shown: 
 
 This action is work perfectly in the interface design as the image below shown: 
 
 But when I open the application, the add button don&amp;#39;t give result</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Action don't reflect on the application</title><link>https://community.appian.com/thread/92257?ContentTypeID=1</link><pubDate>Tue, 15 Mar 2022 09:32:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b9dc1673-8d68-43ed-a81c-feb71c5117a9</guid><dc:creator>GopalK</dc:creator><description>&lt;p&gt;Hi, As Stewart suggested please compare those two grids , check all the parameters,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Action don't reflect on the application</title><link>https://community.appian.com/thread/92255?ContentTypeID=1</link><pubDate>Tue, 15 Mar 2022 09:20:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9fa81cf3-e85e-417d-8561-067cdf2dec77</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;That might be true as you may be have correct mapping/cardinality in place for that, but it might be incorrect for the grid that isn&amp;#39;t working. Check both and see if you can see what&amp;#39;s different.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Action don't reflect on the application</title><link>https://community.appian.com/thread/92253?ContentTypeID=1</link><pubDate>Tue, 15 Mar 2022 09:08:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:37b0fdab-e335-4307-b655-969f314f32a6</guid><dc:creator>Ammar Alhayki</dc:creator><description>&lt;p&gt;I have another grid that adds a row to another rule input and it works perfectly.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Action don't reflect on the application</title><link>https://community.appian.com/thread/92251?ContentTypeID=1</link><pubDate>Tue, 15 Mar 2022 09:00:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b86855a7-22d4-48e2-9a3a-6580723bdb32</guid><dc:creator>Ammar Alhayki</dc:creator><description>&lt;p&gt;a!sectionLayout(&lt;br /&gt; label: &amp;quot;Linked Goals&amp;quot;,&lt;br /&gt; contents: {&lt;br /&gt; a!cardLayout(&lt;br /&gt; contents: {&lt;br /&gt; a!columnsLayout(&lt;br /&gt; columns: {&lt;br /&gt; a!columnLayout(&lt;br /&gt; contents: {&lt;br /&gt; a!boxLayout(&lt;br /&gt; label: &amp;quot;Parent Goals&amp;quot;,&lt;br /&gt; contents: {&lt;br /&gt; a!gridLayout(&lt;br /&gt; label: &amp;quot;&amp;quot;,&lt;br /&gt; labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt; headerCells: {&lt;br /&gt; a!gridLayoutHeaderCell(&lt;br /&gt; label: &amp;quot;Goal&amp;quot;, align: &amp;quot;CENTER&amp;quot;&lt;br /&gt; ),&lt;br /&gt; a!gridLayoutHeaderCell(&lt;br /&gt; label: &amp;quot;&amp;quot;&lt;br /&gt; )&lt;br /&gt; },&lt;br /&gt; columnConfigs: {&lt;br /&gt; a!gridLayoutColumnConfig(&lt;br /&gt; width: &amp;quot;DISTRIBUTE&amp;quot;&lt;br /&gt; ),&lt;br /&gt; a!gridLayoutColumnConfig(&lt;br /&gt; width: &amp;quot;ICON&amp;quot;&lt;br /&gt; )&lt;br /&gt; },&lt;br /&gt; rows: {&lt;br /&gt; a!forEach(&lt;br /&gt; items: ri!parentGoals,&lt;br /&gt; expression: a!gridRowLayout(&lt;br /&gt; contents: {&lt;br /&gt; a!dropdownField(&lt;br /&gt; label: &amp;quot;&amp;quot;,&lt;br /&gt; labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt; placeholder: &amp;quot;--- Select a Value ---&amp;quot;,&lt;br /&gt; choiceLabels: if(&lt;br /&gt; rule!APN_isEmpty(&lt;br /&gt; local!goals&lt;br /&gt; ),&lt;br /&gt; {},&lt;br /&gt; a!forEach(&lt;br /&gt; local!goals,&lt;br /&gt; fv!item.goal&lt;br /&gt; )&lt;br /&gt; ),&lt;br /&gt; choiceValues: if(&lt;br /&gt; rule!APN_isEmpty(&lt;br /&gt; local!goals&lt;br /&gt; ),&lt;br /&gt; {},&lt;br /&gt; a!forEach(&lt;br /&gt; local!goals,&lt;br /&gt; fv!item.pkgoalId&lt;br /&gt; )&lt;br /&gt; ),&lt;br /&gt; value: fv!item.fkgoalGoaltypeid,&lt;br /&gt; saveInto: fv!item.fkgoalGoaltypeid,&lt;br /&gt; searchDisplay: &amp;quot;AUTO&amp;quot;, &lt;br /&gt; required: true,&lt;br /&gt; validations: {}&lt;br /&gt; ),&lt;br /&gt; a!richTextDisplayField(&lt;br /&gt; label: &amp;quot;Rich Text&amp;quot;,&lt;br /&gt; labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt; value: {&lt;br /&gt; if(&lt;br /&gt; rule!APN_isBlank(fv!item.pkgoalId),&lt;br /&gt; a!richTextIcon(&lt;br /&gt; icon: &amp;quot;times&amp;quot;,&lt;br /&gt; link: a!dynamicLink(&lt;br /&gt; saveInto: {&lt;br /&gt; a!save(&lt;br /&gt; ri!parentGoals,&lt;br /&gt; remove(ri!parentGoals, fv!index)&lt;br /&gt; )&lt;/p&gt;
&lt;p&gt;}&lt;br /&gt; ),&lt;br /&gt; linkStyle: &amp;quot;STANDALONE&amp;quot;,&lt;br /&gt; color: &amp;quot;NEGATIVE&amp;quot;&lt;br /&gt; ),&lt;br /&gt; {}&lt;br /&gt; )&lt;br /&gt; },&lt;br /&gt; align: &amp;quot;CENTER&amp;quot;&lt;br /&gt; )&lt;br /&gt; }&lt;br /&gt; )&lt;br /&gt; )&lt;br /&gt; },&lt;br /&gt; selectionSaveInto: {},&lt;br /&gt; selectable: false,&lt;br /&gt; selectionRequired: false,&lt;br /&gt; selectionDisabled: false,&lt;br /&gt; addRowLink: a!dynamicLink(&lt;br /&gt; label: &amp;quot;Add New Goal&amp;quot;,&lt;br /&gt; saveInto: a!save(&lt;br /&gt; ri!parentGoals,&lt;br /&gt; append(&lt;br /&gt; ri!parentGoals, local!newRow&lt;br /&gt; )&lt;br /&gt; )&lt;br /&gt; ),&lt;br /&gt; shadeAlternateRows: false,&lt;br /&gt; borderStyle: &amp;quot;STANDARD&amp;quot;&lt;br /&gt; )&lt;br /&gt; },&lt;br /&gt; style: &amp;quot;STANDARD&amp;quot;,&lt;br /&gt; shape: &amp;quot;SEMI_ROUNDED&amp;quot;,&lt;br /&gt; marginBelow: &amp;quot;STANDARD&amp;quot;&lt;br /&gt; )&lt;br /&gt; }&lt;br /&gt; )&lt;br /&gt; }&lt;br /&gt; )&lt;br /&gt; },&lt;br /&gt; height: &amp;quot;AUTO&amp;quot;,&lt;br /&gt; style: &amp;quot;NONE&amp;quot;,&lt;br /&gt; marginBelow: &amp;quot;STANDARD&amp;quot;&lt;br /&gt; )&lt;br /&gt; },&lt;br /&gt; showWhen: ri!readOnly &amp;lt;&amp;gt; true&lt;br /&gt; )&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Action don't reflect on the application</title><link>https://community.appian.com/thread/92250?ContentTypeID=1</link><pubDate>Tue, 15 Mar 2022 08:59:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0af4438e-3951-487f-ae0f-e9a7ddaada5b</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;Ok. So:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;a rule input (on an interface rule or an expression rule) is NOT a variable. That is, it cannot store any data because it is a pointer or a reference to a variable&lt;/li&gt;
&lt;li&gt;in your case I presume your interface is added to a User Input Task smart service in a process model&lt;/li&gt;
&lt;li&gt;unless you have a corresponding Activity Class variable defined and mapped to your rule input your data will disappear when you try and add a row&lt;/li&gt;
&lt;li&gt;Also unless you have defined your variable as a multiple (and array) you&amp;#39;ll only be able to add one row&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Hopefully that should give you some insight as to what&amp;#39;s happening&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Action don't reflect on the application</title><link>https://community.appian.com/thread/92249?ContentTypeID=1</link><pubDate>Tue, 15 Mar 2022 08:58:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:20906ec5-94c3-42c0-a0d9-1e8f978e1de8</guid><dc:creator>GopalK</dc:creator><description>&lt;p&gt;Hi Ammar, Could you please share the code here so that we can have a look? &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Action don't reflect on the application</title><link>https://community.appian.com/thread/92248?ContentTypeID=1</link><pubDate>Tue, 15 Mar 2022 08:55:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:537e2e68-057a-4dc2-8eda-d344ee7c5b80</guid><dc:creator>Ammar Alhayki</dc:creator><description>&lt;p&gt;This is the data, it is actually dropdown field and delete button:&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/13/pastedimage1647334519480v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I am adding into Rule Input.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Action don't reflect on the application</title><link>https://community.appian.com/thread/92247?ContentTypeID=1</link><pubDate>Tue, 15 Mar 2022 08:52:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b395b100-c3c5-48a6-aae4-fa63cbb93311</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;Ok, thanks. When you add a new row where is the data for the row being stored. Are you adding it to a local variable or to a rule input on your interface?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Action don't reflect on the application</title><link>https://community.appian.com/thread/92246?ContentTypeID=1</link><pubDate>Tue, 15 Mar 2022 08:50:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7823f427-e52e-4ac9-ad6d-3bde61f6a247</guid><dc:creator>Ammar Alhayki</dc:creator><description>&lt;p&gt;Oh sorry for don&amp;#39;t give clear clarification.&lt;/p&gt;
&lt;p&gt;I mean that the add button does not add a new row.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Action don't reflect on the application</title><link>https://community.appian.com/thread/92245?ContentTypeID=1</link><pubDate>Tue, 15 Mar 2022 08:41:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2a86b2e2-627c-4352-a1d7-1dcb2e7d3dca</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;we&amp;#39;d need a bit more detail into what &amp;quot;&lt;span&gt;the add button don&amp;#39;t give result&amp;quot; actually means. Does it not add a new row? It does add a new row but doesn&amp;#39;t show any data in the drop-down? You&amp;nbsp;can add a new row and select an item from the dropdown but it then disappears again?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>