Getting the contents of a repetition in a repeating fieldTo find the contents of a particular repetition in a repeating field, use the GetRepetition function (see GetRepetition function) or use square brackets [ ] as array operators (see below).number - the field repetition numberParcelBids[2] returns 1200.ParcelBids[5] returns nothing.