i want to remove a one result from pagelist based on the when condition
i have requirement to remove result from pagelist based on the when condition in the Data transform
1) pagelist is ExceptionList
*ExceptionList(1)
i)Exception ID
ii) Exception Name
iii)FacilitySubType
*ExceptionList(2)
*ExceptionList(3)
If each page consist of FacilitySubType="Express" should remove the particular Result(FacilitySubType=="Express" Contain page). how should i implement this scenario