Set properties within a page list using a parse delimited rule
I have a page list, .Charge, and would like to set properties within this page list, i.e. .Charge.Count, using a parse delimited rule. The only way I have found to get this to work properly is to hard code the index of the page list in the parse delimited rule, i.e. .Charge(1).Count. Is there a way to set these properties for every result in the page list? I have tried using <CURRENT> but that did not work.
I am calling the parse delimited rule from an Activity using the Apply-Parse-Delimited method.