<?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>Expression rule output not refreshing in local variable, when a local variable changes</title><link>https://community.appian.com/discussions/f/user-interface/31062/expression-rule-output-not-refreshing-in-local-variable-when-a-local-variable-changes</link><description>local!buttonAction is a local variable that changes value from null to CANCEL after a Cancel button is clicked. When this local!buttonAction value changes, I want my reference number value should get changed (refreshed). But it&amp;#39;s not refreshing. Any suggestions</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Expression rule output not refreshing in local variable, when a local variable changes</title><link>https://community.appian.com/thread/123857?ContentTypeID=1</link><pubDate>Tue, 09 Jan 2024 06:13:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c459a5f9-c57c-43e7-b9cc-f88351253308</guid><dc:creator>venkatrea696188</dc:creator><description>&lt;p&gt;Yeah same thing for me too image is not loading&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Expression rule output not refreshing in local variable, when a local variable changes</title><link>https://community.appian.com/thread/123856?ContentTypeID=1</link><pubDate>Tue, 09 Jan 2024 06:12:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:358cf8d6-37d5-4b6c-865b-657f3272d4dc</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;The image is not loading for me. IDK if it is only with me.&amp;nbsp;&lt;br /&gt;But with what you have described, it should work automatically. If not, you can try using a!refreshVariable().&amp;nbsp;&lt;br /&gt;If you care to add the code snippet, I will be able to provide a better understanding and solution.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Expression rule output not refreshing in local variable, when a local variable changes</title><link>https://community.appian.com/thread/123849?ContentTypeID=1</link><pubDate>Tue, 09 Jan 2024 05:54:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4d8a7b37-e789-45d5-83fc-80d7c1ca3808</guid><dc:creator>prakhar2511</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/scottw2600"&gt;Scott Willmon&lt;/a&gt;&amp;nbsp; you can use a!refreshVariable() function for refresing the particular variable but don&amp;#39;t for to use refresh counter if you want to refresh this variable on the basis of any other interface button.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Expression rule output not refreshing in local variable, when a local variable changes</title><link>https://community.appian.com/thread/123846?ContentTypeID=1</link><pubDate>Tue, 09 Jan 2024 05:44:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5e3e2337-c147-477f-86fd-0be0704859f9</guid><dc:creator>Niranjan79</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/scottw2600"&gt;Scott Willmon&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;use refresh variable for the reference variable as below&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!refreshVariable(
value:reference varibale,
  refreshOnVarChange: local!buttonAction
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>