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
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 ?