Question

Legato Health Technologies LLP.
IN
Last activity: 3 Apr 2020 15:35 EDT
How to use IsInPageList function in which pagelist contains another pagelist
I have a pagelist structure as defined below
ABC(Pagelist)PQR(Pagelist)
ABC (). PQR
I need to check the value of a property in PQR to some other value how can i compare using IsInPagelist Function.
I tried like this but the expression is invalid
IsInPageList ( "Property1, "Property1", pyworkpage.ABC().PQR)
Please help.