hi Iam creating one portal so i have 1 homepage and 3 different interfaces to be called when i click on those options from home page header i should switch to another interfaces
Discussion posts and replies are publicly visible
when i click whose options from header i should get a new interface
In Appian, UI components can be made conditionally visible.
Take this recipe as an example: https://docs.appian.com/suite/help/23.4/recipe-build-a-wizard-in-sail.html
Then, you can create reusable larger interface sections. Use your main interface to control UI state and show or hide sections based on that state.
This blog post might help you in understanding data management in interfaces: appian.rocks/.../
actually i am using dynamic link to move from one interface to other
I am not sure I understand what you try to tell me.
The dynamicLink function is not meant to navigate the user anywhere. But, it allows you to update one or more variables. Use this to show or hide the whole interface, or only sections of it.