<?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>Reload the Site Upon button click</title><link>https://community.appian.com/discussions/f/user-interface/31660/reload-the-site-upon-button-click</link><description>Hi, 
 Can you Give some options on reloading the site or refreshing the pages. I wanted to bring back the customer back to parent screen upon submission and start a new request. there are many local variables to be refreshed hence wanted a know if there</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Reload the Site Upon button click</title><link>https://community.appian.com/thread/128457?ContentTypeID=1</link><pubDate>Tue, 30 Jan 2024 06:54:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:69b7fe72-5bf9-41f1-bb8c-bca44db09ff0</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;This conversation lacks context and is way too abstract.&lt;/p&gt;
&lt;p&gt;In Appian, the general way to implement user interaction is, to use record actions to start off. Once that process is completed, the UI will automatically return to the record list where the user can start a new action.&lt;/p&gt;
&lt;p&gt;If this does not fit your requirements, you can use a process, and its start form, as a page in a site. Once the process is completed, the UI will return to showing that start form.&lt;/p&gt;
&lt;p&gt;If this is not good enough, you can use a recordActionField or startProcessLink to start almost any process from any place. Once completed, it will return to that interface.&lt;/p&gt;
&lt;p&gt;At last, you could just build a dynamic interface that embeds the to-be started UI. Then you need to manage everything yourself.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reload the Site Upon button click</title><link>https://community.appian.com/thread/128447?ContentTypeID=1</link><pubDate>Tue, 30 Jan 2024 05:41:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:aa4712e8-0610-482f-8770-5fba4d8c0780</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;You can add that link to a card. And if you want to use it on the text, you can use linkStyle: &amp;quot;STANDALONE&amp;quot; to hide that line.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reload the Site Upon button click</title><link>https://community.appian.com/thread/128445?ContentTypeID=1</link><pubDate>Tue, 30 Jan 2024 05:33:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a67a5712-6e96-4dc8-8116-047be7dc85c8</guid><dc:creator>aryan</dc:creator><description>&lt;p&gt;Have you added the safe link to card or richText inside it? Just remove the link from richText and add it to the card. It will remove the underline.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reload the Site Upon button click</title><link>https://community.appian.com/thread/128395?ContentTypeID=1</link><pubDate>Mon, 29 Jan 2024 14:28:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e6a6cca8-407e-4b54-80f7-2787b8aa4924</guid><dc:creator>kowsalyavijayan</dc:creator><description>&lt;p&gt;I followed, I am able to open reload the site in the same tab. just one last question, I tried keeping the safe link substituting button in a card layout, but when I click the text, it shows underline ( looks like a link for a user), is there a way to hide it as that it actually looks like a button itself?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reload the Site Upon button click</title><link>https://community.appian.com/thread/128389?ContentTypeID=1</link><pubDate>Mon, 29 Jan 2024 13:41:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9d485506-4422-4b6f-8610-64b14f04eeb3</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;I think it would be really&amp;nbsp;helpful if you share your Interface code and let all of us understand better. Because we all are still guessing here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reload the Site Upon button click</title><link>https://community.appian.com/thread/128388?ContentTypeID=1</link><pubDate>Mon, 29 Jan 2024 13:33:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dc3ff988-682f-4723-959d-d8e08a250bcc</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;Just use a safe link with &lt;span&gt;openLinkIn set to &amp;quot;SAME_TAB&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://docs.appian.com/suite/help/23.4/Web_Link_Component.html"&gt;https://docs.appian.com/suite/help/23.4/Web_Link_Component.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reload the Site Upon button click</title><link>https://community.appian.com/thread/128387?ContentTypeID=1</link><pubDate>Mon, 29 Jan 2024 13:32:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:36bf4d95-507f-4835-9b63-07ff5abf90ab</guid><dc:creator>kowsalyavijayan</dc:creator><description>&lt;p&gt;I tried this but it reloads the site in the next tab and not in the same tab in the browser&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reload the Site Upon button click</title><link>https://community.appian.com/thread/128386?ContentTypeID=1</link><pubDate>Mon, 29 Jan 2024 13:31:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a0461d2f-337d-44c9-abed-f17f268d0c49</guid><dc:creator>kowsalyavijayan</dc:creator><description>&lt;p&gt;I tried both a!refreshvaraibles and a!save(), but the problem is I am not able to reset the child interface. One of the section is using child child interface. &amp;nbsp;Also,I am using is having a milestone , where the user needs to fill in the step by step. and upon submit, he has to return back to the step1, to start a new request.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reload the Site Upon button click</title><link>https://community.appian.com/thread/128385?ContentTypeID=1</link><pubDate>Mon, 29 Jan 2024 13:28:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ad03fb2f-1c94-45af-a1fb-2493f062020f</guid><dc:creator>kowsalyavijayan</dc:creator><description>&lt;p&gt;I am using Start process on submit button, but it returns back to the submit screen and not to the parent screen.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reload the Site Upon button click</title><link>https://community.appian.com/thread/128352?ContentTypeID=1</link><pubDate>Mon, 29 Jan 2024 07:36:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:50d0f38a-7b86-4bce-88bc-3b4e1d50c4a1</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Depending on what &amp;quot;the pages&amp;quot; is, you have plenty of options. Regarding local variables, you could just use a list of a!save() to reset these to their initial state.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reload the Site Upon button click</title><link>https://community.appian.com/thread/128342?ContentTypeID=1</link><pubDate>Mon, 29 Jan 2024 06:46:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ef5dbec5-16e5-4ad7-b9f1-f86790134342</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;The direct answer to your question is to use urlForSite() function. Using that, you will be able to provide the user a link to navigate to a site page directly.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Check this blog of mine for a complete understanding -&amp;nbsp;&lt;a href="https://appianspace.com/2023/06/22/confirmation-screen-with-record-link/"&gt;appianspace.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reload the Site Upon button click</title><link>https://community.appian.com/thread/128338?ContentTypeID=1</link><pubDate>Mon, 29 Jan 2024 05:45:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4a6ec01a-7ed5-460c-b5bb-5168125552c0</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;Hello &lt;a href="/members/kowsalyav7826"&gt;kowsalyavijayan&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;My first question would be are you using any Record Actions or StartProcessLink?&lt;/p&gt;
[quote userid="248371" url="~/discussions/f/user-interface/31660/reload-the-site-upon-button-click"]I wanted to bring back the customer back to parent screen &amp;nbsp;upon submission and start a new request[/quote]
&lt;p&gt;Based on your question I would assume you are using startProcessLink. Try using a record action instead, would resolve your issue mostly.&lt;/p&gt;
&lt;p&gt;Also May be you can provide me more information so that If I am wrong, someone would come up with a precise answer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reload the Site Upon button click</title><link>https://community.appian.com/thread/128336?ContentTypeID=1</link><pubDate>Mon, 29 Jan 2024 05:13:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:905e7d52-b3b5-4dfe-beb8-196f7ddecfcb</guid><dc:creator>JayaPrakash Ravipati</dc:creator><description>&lt;p&gt;HI &lt;a href="/members/kowsalyav7826"&gt;kowsalyavijayan&lt;/a&gt;&amp;nbsp;&lt;span&gt;,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You can refresh the local variables data with&amp;nbsp;&lt;strong&gt;&lt;em&gt;refreshOnVarChange&amp;nbsp;&amp;nbsp;&lt;/em&gt;&lt;/strong&gt;by changing that particular local variable the data in the locals gets refreshed.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;To refresh the site based on button action you need to perform some action without action AFAIK we can&amp;#39;t refresh the site.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reload the Site Upon button click</title><link>https://community.appian.com/thread/128327?ContentTypeID=1</link><pubDate>Mon, 29 Jan 2024 03:01:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3fb7cf1e-44de-4617-805e-928e747f97d3</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;Would need more details or examples of what you are trying to do. But based on the very limited information, the simplest way&amp;nbsp;to reload an interface after a submission is via a Record Action.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>