wrote:
Hi Aditya,
Isn't something like this working for you?
In the action triggered when you switch to the next page, add a RunJavascript node with this code:
"$('.SectionExpandable.expanded .SectionExpandable_header').click();"
This will force all opened sections to close.
Regards,
Lorena
It Worked like a magic !! Thanks Lorena/Eduardo