Solved
How to move to different site page?
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?
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?
Hi [mention:9e801b4ea7ba47db8735359b555491e6:e9ed411860ed4f2ba0265705b8793d05] ,
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 "https://your domain/suite/sites/your site name/page/page name" and use it in safe link.
a!safeLink(
uri: a!urlForSite(
sitePage: 'site!{f876ef5c-fb6d-413c-9575-99d8e53eb869}site.pages.B'
),
openLinkIn: "SAME_TAB"
)Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.