<?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 move to different site page?</title><link>https://community.appian.com/discussions/f/general/30949/how-to-move-to-different-site-page</link><description>Hi All, 
 
 I have 2 site pages A and B. There is a link on page A and on click of the link the contents in site page B should be displayed. Can anyone please help me how to achieve this?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to move to different site page?</title><link>https://community.appian.com/thread/123265?ContentTypeID=1</link><pubDate>Tue, 19 Dec 2023 07:33:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f57e8a0e-d2ac-4f3b-8787-eb43b4fb2a1a</guid><dc:creator>Niranjan79</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="/members/shubhamy0005"&gt;shubhamy0005&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;if you are using Appian version 23.4 then you can directly use a!urlForSite function within the a!safelink to redirect to stie pages. Or you can construct the url for site page using&amp;nbsp;&lt;span&gt;&lt;span class="CollapsibleOutputNode---print_value"&gt;&amp;quot;https://your domain/suite/sites/your site name/page/page name&amp;quot; and use it in safe link.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!safeLink(
          uri: a!urlForSite(
            sitePage: &amp;#39;site!{f876ef5c-fb6d-413c-9575-99d8e53eb869}site.pages.B&amp;#39;
          ),
          openLinkIn: &amp;quot;SAME_TAB&amp;quot;
        )&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to move to different site page?</title><link>https://community.appian.com/thread/123263?ContentTypeID=1</link><pubDate>Tue, 19 Dec 2023 07:14:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2dfa50c0-d94a-4749-ad3e-66463bf64210</guid><dc:creator>shubhamy0005</dc:creator><description>&lt;p&gt;Hi &amp;nbsp;&lt;a class="internal-link view-user-profile" href="/members/niranjanreddym9323"&gt;Kiran&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;I need to navigate to site page B from site page A on click of the link.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to move to different site page?</title><link>https://community.appian.com/thread/123257?ContentTypeID=1</link><pubDate>Tue, 19 Dec 2023 05:15:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:47b076b6-dd85-47ca-85c8-9693d61528c6</guid><dc:creator>Niranjan79</dc:creator><description>&lt;p&gt;&lt;span&gt;you can create a report object which uses an interface(B) you create and then on your site interface(A) use a!reportLink which will navigate the user to the report you created without leaving the tab.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://docs.appian.com/suite/help/23.4/Report_Link_Component.html"&gt;https://docs.appian.com/suite/help/23.4/Report_Link_Component.html&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>