You can access the repeating field values in expressions using indexers. An Indexer is a Boolean condition on a field where it finds the first value of repeating field matching the indexer condition. Example: UserId[UserName==”Adam”]
In the above expression, the UserId value of repeating field is retrieved from a row where UserName value in that row is “Adam”.