is there any OOTB function to fetch multiple properties from a pagelist like name,age,gender etc in a DT?
@TanyaS58 IsInpagelistwhen and Indexinpagelistwhen are used to fetch multiple properties from the pagelist and check each of its value against another value.
It checks value of multiple properties(used in the when rule) from each pages of pagelist and IsInpagelistwhen returns true as output and Indexinpagelistwhen returns Pagelist index as output.
@Anoop Krishna Thanks for the clear explaination.