Question
How to call @Utilities.pzRemoveDuplicatesFromListPage function from an activity?
Hi All
How to call @Utilities.pzRemoveDuplicatesFromListPage function from an activity?
I am looking for a syntax or the procedure to call the functions to delete the duplicates in a page list that had been created ( using activity)
For Example:
Input:
Page1.Results(1).Name = "abc"
Page1.Results(2).Name = "def"
Page1.Results(3).Name = "def"
Page1.Results(4).Name = "xyz"
Page1.Results(5).Name = "abc"
output:
Page1.Results(1).Name = "abc"
Page1.Results(2).Name = "def"
Page1.Results(3).Name = "xyz"
***Updated by Moderator: Marissa to branch comment into its own thread***