Question
Accenture
AU
Last activity: 15 Sep 2022 15:47 EDT
Can we pass Param to @IsInPageListWhen("IsAvailable",pxResults(Param.Index)) ?
Good Day Team,
I'm in process of checking multiple properties in single result out of many available results. @IsInPageListWhen will allow to check these list of properties (mentioned within When rule) across all the page list results bt not specific to the result.
Ex: I need to look at pxResult(2) alone by passing Index as Param.
Param.Index = 2
expectation : @IsInPageListWhen("IsAvailable",pxResults(Param.Index))
Can you please help to review and comment possible workaround to achieve this.