<?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>Need help in Page Refresh</title><link>https://community.appian.com/discussions/f/general/34139/need-help-in-page-refresh</link><description>Hi All , I am having following code ..calling start process model .. i want page to be refreshed after process model is complete. What will be the best way to implement. 
 
 a!buttonWidget( label: cons!OCO_TXT_USER_ACTION_SUBMIT, saveInto: { a!save( ri</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Need help in Page Refresh</title><link>https://community.appian.com/thread/130017?ContentTypeID=1</link><pubDate>Fri, 23 Feb 2024 13:04:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7e9e9f0e-e754-4748-a31b-7f5ae592d364</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;Use startProcess with a chained process and a refresh variable.&lt;/p&gt;
&lt;p&gt;See examples here:&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://docs.appian.com/suite/help/23.4/recipe-refresh-data-after-executing-a-smart-service.html"&gt;https://docs.appian.com/suite/help/23.4/recipe-refresh-data-after-executing-a-smart-service.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/23.4/recipe-refresh-until-asynchronous-action-completes.html"&gt;docs.appian.com/.../recipe-refresh-until-asynchronous-action-completes.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need help in Page Refresh</title><link>https://community.appian.com/thread/130015?ContentTypeID=1</link><pubDate>Fri, 23 Feb 2024 12:52:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bcb7e049-5f15-40b8-a9d3-2d206c7930ba</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;Hello &lt;a href="/members/harmanjots9955"&gt;Harman&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;1. You cannot use Start Process Link in a button widget. Instead you can use Start Process in a button.&lt;br /&gt;2. Assuming that you are not having any interface in the process you can use the a!startProcess().&lt;br /&gt;3. If you have a user input task (Interface), then use a card layout as suggested by others above and use a startProcessLink to show the form and get things done.&lt;br /&gt;4.&lt;span style="text-decoration:underline;"&gt; I would personally recommend the use of Related Actions to execute such things as it would make everything simpler.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need help in Page Refresh</title><link>https://community.appian.com/thread/130009?ContentTypeID=1</link><pubDate>Fri, 23 Feb 2024 10:27:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7442768e-61e0-44eb-aa5c-d9e62fee79ee</guid><dc:creator>venkatrea696188</dc:creator><description>[quote userid="155056" url="~/discussions/f/general/34139/need-help-in-page-refresh"]a!startProcessLink([/quote]
&lt;p&gt;You are using startprocesslink on a button? is it working fine??&lt;/p&gt;
&lt;p&gt;Just like david suggested saving back an variable and using refresh will do it.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need help in Page Refresh</title><link>https://community.appian.com/thread/130008?ContentTypeID=1</link><pubDate>Fri, 23 Feb 2024 10:27:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:77292ae4-dba5-4310-b641-188de3ece23c</guid><dc:creator>nasirs4970</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a class="internal-link view-user-profile" href="/members/harmanjots9955"&gt;Harman&lt;/a&gt;,&lt;br /&gt;as my understanding startprocesslink() not work fine on the button.you can replace it by startprocess(),&lt;/p&gt;
&lt;p&gt;but if you want to do it with&amp;nbsp; the startprocesslink() then&amp;nbsp;&lt;span&gt;try using a card layout(with rich text inside) and applying the start process link over the card layout With the recent padding customizations added to the card layout, we can try to make it look like a button.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;or y&lt;span&gt;ou can make use of the record action field - by adding your process as a related action to a record and showing the actions as per the style&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;try to apply end-to-end activity chaining throughout the process, the data that is getting updated will be refreshed in the interface if&amp;nbsp;the&amp;nbsp;data is coming from a query.&lt;br /&gt;if you want to refresh the data that is not related to the process link data or the data that has not come from the query then we can use the refreshVariable function.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need help in Page Refresh</title><link>https://community.appian.com/thread/130006?ContentTypeID=1</link><pubDate>Fri, 23 Feb 2024 10:03:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d1251453-9aec-45a8-9d6d-06e37b86d872</guid><dc:creator>David Jimenez </dc:creator><description>&lt;p&gt;Remember that start Process is asynchornous..... And if you want to refresh the page you should use refreshVariables.&lt;/p&gt;
&lt;p&gt;You should use activity chaning, recover some process variable from you interface after refresh, and update the contents if needed...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>