Loop something x number of times

You can create and increment a counter, like @arivu96 suggested.

Another option is to use a For each activity with Enumerable.Range(0,500).ToArray():

27 Likes