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 is a quick way to reload the site which can set the pages to default values.
Discussion posts and replies are publicly visible
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.
Check this blog of mine for a complete understanding - appianspace.com/.../
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?
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.
You can add that link to a card. And if you want to use it on the text, you can use linkStyle: "STANDALONE" to hide that line.