Placing tiles in repeating pattern

I have a tile pattern that needs to be propagated across a wall face. I am able to create the base patterns for the panel but cannot get the loop to repeat the overall pattern.

I have 4 rows of 3 size tiles each row different. The overall pattern repeats 15’-7" horizontally and 7’-1" vertically.
Currently i have a horizontal position assigned to each tile based on the CL and each row offsets based on the row offset. It creates the module perfectly.

What i am trying to do is get each tile to repeat with a 15’-7" horizontal offset and then a 7’-1" vertical based on an integer i place. So if i want 3 horizontals and 6 verticals it will multiply.

I can get all this to work in a basic loop structure in Excel, but when i feed that to Dynamo it only moves the tiles. I think the loop needs to happen after the tile creation, but how do i get it to start again with a new value? Graph is attached.
Revit 2019
Tile Placement1-4.dyn (93.2 KB)
V1.4.3

Pretty sure we will need the Revit file to help in any meaningful way…

1 Like

Test file attachedTile Patt.rvt (1.2 MB)