I have designed some User Interfaces ,but got lost while designing a UI which co

I have designed some User Interfaces ,but got lost while designing a UI which consists of lot of separate SAIL rules. To elaborate,my UI code is something as shown below. I need some conceptual guidance on how APPIAN resolves the individual rules ,before rendering the final UI.

load(
local!var1:rule!somerule1,
local!var2:rule!somerule2,
local!selectedvalue,
{
a!sectionLayout(
//here it is a grid ,which has a gridimagecoloumn--on clicking the link value is saved to local!selectedvalue
),
if(local!selectedvalue,rule!displaysection1,rule!displaysection2)

}

My question is ,Can displaysection1 & displaysection2 have their own local variables declared with load(). Can these rules internally have a!dashboardlayout or should stick with a!sectionLayout only.

OriginalPostID-170147

OriginalPostID-170147

  Discussion posts and replies are publicly visible