How to delete the pagelist ?

Hi ,

Actually we have one pagelist name is splitlist .

Splitlist 1 and splitlist 2 ,i need to delete the splitlist 1 by using datatransform .

In splitlist 1 values added to splitlist 2 and name also changed like splitlist 1.

Values not added to splitlist,remining working fine

Please help me

@keerthiy

As per the question, I understand that you are removing the values from the page list: splitlist on conditional basis.

You can follow the below approach to do that through data-transform.

You can loop through the pagelist and set “pyDeletedObject” to true for the pages which need to be removed and then use RemoveDeletedObjects function to remove the selected pages.

Please find the below screenshot for more details.