The Loop component lets you easily repeat a layout based on dynamic data.
When creating a Loop, first give it a title. This title becomes a variable that expects an array of objects in the payload. The Loop repeats your layout according to the number of items in this array.