Repeat Each Notes Repeat Each will repeat through each item in the variable you supply it. Available Variables within repeat Repeat Index Repeat Item Syntax repeatEach(<#Variable#>) { •Actions• } Example repeatEach(assignments) { quicklook(Repeat Item) }