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
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.
This conversation lacks context and is way too abstract.
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.
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.
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.
At last, you could just build a dynamic interface that embeds the to-be started UI. Then you need to manage everything yourself.