<?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>Refreshing of page after hitting an integration without going back to the initial page.</title><link>https://community.appian.com/discussions/f/integrations/26860/refreshing-of-page-after-hitting-an-integration-without-going-back-to-the-initial-page</link><description>Below this code I will be having a UI in read only mode and once the user got authorized the above error message will disappear and the UI will come in editable mode. sometimes it is working fine but sometimes it is not navigating to the editable UI and</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Refreshing of page after hitting an integration without going back to the initial page.</title><link>https://community.appian.com/thread/105488?ContentTypeID=1</link><pubDate>Tue, 13 Dec 2022 12:48:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:39a4370f-5a33-4b26-bd93-68c19d88358b</guid><dc:creator>Shaik Gousi</dc:creator><description>&lt;p&gt;Ok Stefan, will try and thank you so much for your valuable time and patience.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you so much.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Refreshing of page after hitting an integration without going back to the initial page.</title><link>https://community.appian.com/thread/105486?ContentTypeID=1</link><pubDate>Tue, 13 Dec 2022 12:39:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:834d00ed-1b21-426d-b83c-b95c38fea74c</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;This is what I try to explain. You need to repeat the integration call when clicking that &amp;quot;HERE&amp;quot; link. Then the status will update.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Refreshing of page after hitting an integration without going back to the initial page.</title><link>https://community.appian.com/thread/105485?ContentTypeID=1</link><pubDate>Tue, 13 Dec 2022 12:37:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:69293bab-2aba-4b9d-a471-15f1a95ec4c9</guid><dc:creator>Shaik Gousi</dc:creator><description>&lt;p&gt;we are not changing local!status, if the integration response is 200 we are just updating a rule input and passing that rule input value to the UI to make that UI in editable mode but as soon as the user clicks &amp;quot;HERE&amp;quot; the page is not refreshing, and the UI is not coming to editable mode unless and until we manually refresh the whole page.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Refreshing of page after hitting an integration without going back to the initial page.</title><link>https://community.appian.com/thread/105484?ContentTypeID=1</link><pubDate>Tue, 13 Dec 2022 12:33:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1f187c0c-096f-4ce6-b184-0236c85be760</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;And how do you change local!status?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Refreshing of page after hitting an integration without going back to the initial page.</title><link>https://community.appian.com/thread/105483?ContentTypeID=1</link><pubDate>Tue, 13 Dec 2022 12:24:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e600852a-cbf7-4800-b154-a598e2b5776c</guid><dc:creator>Shaik Gousi</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;link: a!dynamicLink(
              
              saveInto: {
                
                if(
                  local!status = 200,
                  a!save(ri!readOnly, true()),
                  a!save(ri!readOnly, false())
                )})&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;trying a save a value and passing that value to the UI that needs to get into editable mode as soon as the user click &amp;quot;HERE&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Refreshing of page after hitting an integration without going back to the initial page.</title><link>https://community.appian.com/thread/105481?ContentTypeID=1</link><pubDate>Tue, 13 Dec 2022 12:08:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ef2509e9-c2ce-4c97-9955-16076c417267</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;How did you configure that dynamic link?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Refreshing of page after hitting an integration without going back to the initial page.</title><link>https://community.appian.com/thread/105470?ContentTypeID=1</link><pubDate>Tue, 13 Dec 2022 10:48:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1a3c257d-75ba-4893-ac44-e5caa64f0368</guid><dc:creator>Shaik Gousi</dc:creator><description>&lt;p&gt;Previously I used dynamic link but as soon as the user gets authorized the page is not refreshing so I went for another links.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Refreshing of page after hitting an integration without going back to the initial page.</title><link>https://community.appian.com/thread/105469?ContentTypeID=1</link><pubDate>Tue, 13 Dec 2022 10:44:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:17c54116-f7de-457d-89d3-2925e1c1788e</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I understand. Why not using a dynamic link for &amp;quot;HERE&amp;quot; to repeat the integration call, to know that the authentication was successful?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Refreshing of page after hitting an integration without going back to the initial page.</title><link>https://community.appian.com/thread/105468?ContentTypeID=1</link><pubDate>Tue, 13 Dec 2022 10:42:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7755f2a7-4b6c-4a95-99d9-3c1338469452</guid><dc:creator>Shaik Gousi</dc:creator><description>&lt;p&gt;Yes, but the actual issue is in my requirement in one UI we will be having that error msg for authentication and below another UI in read only mode. as soon as the user click and gets authorized the error msg should disappear and the UI below should come in editable. But as soon as the user gets authorized the page is not refreshing and not allowing the user to edit the UI.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Refreshing of page after hitting an integration without going back to the initial page.</title><link>https://community.appian.com/thread/105466?ContentTypeID=1</link><pubDate>Tue, 13 Dec 2022 10:29:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2761b2f0-8a11-4874-a15f-d1aa6dec474d</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;There is an example in the documentation.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/22.4/authorization_link_component.html#examples"&gt;https://docs.appian.com/suite/help/22.4/authorization_link_component.html#examples&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>