<?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>how to create disappearing message</title><link>https://community.appian.com/discussions/f/user-interface/26797/how-to-create-disappearing-message</link><description>I want to show a message to user, and it should be disappeared after few second how can i do this</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: how to create disappearing message</title><link>https://community.appian.com/thread/105206?ContentTypeID=1</link><pubDate>Tue, 06 Dec 2022 17:53:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7c69a0d4-71de-48b8-b81b-3bbb5f599644</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;To note, the refreshInterval setting of 1 equals &lt;em&gt;&lt;strong&gt;1&lt;/strong&gt; &lt;strong&gt;minute&lt;/strong&gt;&lt;/em&gt;, which is how long the message will stay up in the example above.&amp;nbsp; The current minimum time of a refresh as of Appian 22.4 is &lt;em&gt;&lt;strong&gt;0&lt;/strong&gt;&lt;strong&gt;.5&lt;/strong&gt;&lt;/em&gt; (&lt;em&gt;&lt;strong&gt;30 seconds&lt;/strong&gt;&lt;/em&gt;).&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/22.4/fnc_evaluation_a_refreshvariable.html"&gt;a!refreshVariable&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to create disappearing message</title><link>https://community.appian.com/thread/105168?ContentTypeID=1</link><pubDate>Tue, 06 Dec 2022 07:31:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4a242937-1dd0-4f2e-9b64-84e5a7948263</guid><dc:creator>meghanas0001</dc:creator><description>&lt;p&gt;text message will disappear in few second&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;a!localVariables(&lt;br /&gt; local!timeFlag: second(now() + second() * 58),&lt;br /&gt; local!show: a!refreshVariable(&lt;br /&gt; value: second(now()) &amp;lt; local!timeFlag,&lt;br /&gt; refreshInterval: 1&lt;br /&gt; ),&lt;br /&gt; {&lt;br /&gt; a!richTextDisplayField(&lt;br /&gt; value: &amp;quot;text will disappear in few seconds&amp;quot;,&lt;br /&gt; showWhen: not(local!show),&lt;/p&gt;
&lt;p&gt;),&lt;/p&gt;
&lt;p&gt;}&lt;br /&gt;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to create disappearing message</title><link>https://community.appian.com/thread/105159?ContentTypeID=1</link><pubDate>Tue, 06 Dec 2022 06:20:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:16608e02-5618-47df-817b-9d01c46cccab</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;You can use a combination of textCache plugin with refreshvariable.&amp;nbsp;&lt;br /&gt;You can set true in a cache key and set the expiry to 28 seconds. In the next line, you can check the value of that variable in refresh variable and refresh the value of it in 30 seconds (0.5 minute). After the first refresh, the value will be set to null and the message can be hidden by using that variable in the showWhen of it.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>