Hi Mounika,
I saw your comment on one pdn article for calling a pagelist inside a pagelist,
Did you got any solution for this.
Thanks in advance.
Abhishek Pabitwar
Hi Mounika,
I saw your comment on one pdn article for calling a pagelist inside a pagelist,
Did you got any solution for this.
Thanks in advance.
Abhishek Pabitwar
@AbhishekPabitwar
we cannot use this function directly. Since you want to check the logic inside when only, you can take below mentioned approach:
Create a DataPage of type page. (Use some property (say ValueExist) which will return true if value exist in the embedded pagelist else, false) - Use this data page in the when rule
Use a DT as a source. In DT
set ValueExist as false
For Each Page In -to loop over first Page list
2.1 when IsInPageList(PropertyValue,Property,PageList2).
2.1.1Set ValueExist to true
@AbhishekPabitwar
is this issue resolved?