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.
Hello mdqudrathullahs4011 ,
On click of the dynamic link, you can save a value to a variable. Based on that value, you can show or hide the interfaces you need.
In your case, you can set local!aboutUs to true when you click on that link and you can use show When condition based on this local variable.
thanks but i have apply the logic by using save into option and its actually working
mdqudrathullahs4011 How did you achieve this . Can you share the details please ?