<?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>calling a Async service call need to update the response in interface ,how to refresh data on screen when I receive response from service through Appian Web API</title><link>https://community.appian.com/discussions/f/user-interface/29081/calling-a-async-service-call-need-to-update-the-response-in-interface-how-to-refresh-data-on-screen-when-i-receive-response-from-service-through-appian-web-api</link><description>on page 1 on click of submit button am calling a Async service call which will return the data through calling Appian Web API and API is storing data to Maria DB. Meanwhile API is running user is forwarded to Page 2 on page 2 am dependent on the service</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: calling a Async service call need to update the response in interface ,how to refresh data on screen when I receive response from service through Appian Web API</title><link>https://community.appian.com/thread/144056?ContentTypeID=1</link><pubDate>Fri, 03 Jan 2025 15:42:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8188b954-81aa-4595-b22e-8dccb4be14a9</guid><dc:creator>girrajp</dc:creator><description>&lt;p&gt;Thank you &lt;a href="/members/rajeshp9724"&gt;rajesh pamisetty&lt;/a&gt;&amp;nbsp;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: calling a Async service call need to update the response in interface ,how to refresh data on screen when I receive response from service through Appian Web API</title><link>https://community.appian.com/thread/143986?ContentTypeID=1</link><pubDate>Wed, 01 Jan 2025 04:13:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:451e9cff-9ec3-456c-bb83-0139fdee2030</guid><dc:creator>rajesh pamisetty</dc:creator><description>&lt;p&gt;Hi Girrajp,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;please check this&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/24.4/Local_Variables.html#conditionally-enabling-an-interval-based-on-the-current-variable-value"&gt;docs.appian.com/.../Local_Variables.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: calling a Async service call need to update the response in interface ,how to refresh data on screen when I receive response from service through Appian Web API</title><link>https://community.appian.com/thread/143981?ContentTypeID=1</link><pubDate>Tue, 31 Dec 2024 19:36:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:173e6410-5a98-43b0-a7d3-1b7ae9463b54</guid><dc:creator>girrajp</dc:creator><description>&lt;p&gt;Hello &lt;a href="/members/rajeshp9724"&gt;rajesh pamisetty&lt;/a&gt;&amp;nbsp; , I am working on similar use case, Can you please share how you use fv!value in this scenario.&amp;nbsp; Was&amp;nbsp;fv!value fetching data from a query?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: calling a Async service call need to update the response in interface ,how to refresh data on screen when I receive response from service through Appian Web API</title><link>https://community.appian.com/thread/114976?ContentTypeID=1</link><pubDate>Sun, 25 Jun 2023 12:36:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1552cd19-46b4-4444-a93f-b485ed3cd97c</guid><dc:creator>rajesh pamisetty</dc:creator><description>&lt;p&gt;we should be getting response in less than 30 sec, am working with my client and making sure that they know that we can refresh with minimum 30 sec interval only&lt;/p&gt;
&lt;p&gt;Thanks&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: calling a Async service call need to update the response in interface ,how to refresh data on screen when I receive response from service through Appian Web API</title><link>https://community.appian.com/thread/114955?ContentTypeID=1</link><pubDate>Sat, 24 Jun 2023 19:32:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:135dae57-a3c7-4c00-bc1b-4ef0c1ef3fd0</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;How long does this API call take? If this is more than 30 seconds, make sure to make the refresh interval a long as possible to avoid any unnecessary refresh. And make sure the user knows that he has to wait a bit.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: calling a Async service call need to update the response in interface ,how to refresh data on screen when I receive response from service through Appian Web API</title><link>https://community.appian.com/thread/114954?ContentTypeID=1</link><pubDate>Sat, 24 Jun 2023 15:23:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6f1670bd-e29e-48e9-b1d5-ee82308d3a87</guid><dc:creator>rajesh pamisetty</dc:creator><description>&lt;p&gt;in my requirement I will receive response through Appian API and API will write to DB and on interface&amp;nbsp; i have to query DB until i have response , I thought using refreshVariable with time interval wouldn&amp;#39;t be good option because IN PROD we have this application around 800+ locations andif is use time interval refresh it will impact server , but recently i found out that we can conditionally give refreshVariable Interval by using fv!value&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;So currently am doing it and it is working fine&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for your response.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: calling a Async service call need to update the response in interface ,how to refresh data on screen when I receive response from service through Appian Web API</title><link>https://community.appian.com/thread/114849?ContentTypeID=1</link><pubDate>Thu, 22 Jun 2023 18:27:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ffbbd2f2-a462-48fd-8ffc-21968aedb0b6</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;That is not a great pattern for a good UX. But you probably know that already.&lt;/p&gt;
&lt;p&gt;Well, a refresh would be the automatic option. Not sure why you do not want to use that. I would add a refresh button to keep the user&amp;#39;s attention.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>