Expand All option in accordian Simple layout

Hi

I have created the layout out group using accordian Simple and added below three sections.

if i run that only one section is getting expand, but my requirement is to expand all section by default.

Can anyone please refer how to achieve ?

Thanks,

Ajay

@AJAYR16863281

You can try the following steps and see if it works:

  • Create a flag property and assigned it a default value when the section is loaded
  • Configure above-created property in a “When” rule to hide/unhide the link
  • Have an action set “Run Data Transform” to update the value “OnClick” of the icon such that “When” condition hide/unhide the link/desired portion in the UI

@AJAYR16863281

  • Instead of using a layout group use a parent dynamic layout of default

  • Inside the parent add three child dynamic layouts with header and header type is collapsible and “Expanded on load” should be checked.

  • Add the embedded sections inside the child dynamic layout.

Attached the screenshot for reference.

@Priyanka Boga

Thanks I have Followed the above steps its working.