Question
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689984000/a1bec9cb-ef3e-47ef-8078-97c96bfd1875.jpg?itok=JF5cjd-l)
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.