Round Robin Logic
When multiple rows in a catalogue match the same user conditions, Catalogue automatically cycles through those rows using round robin logic.
How It Works
If your catalogue contains:
Row 1: English + iOS → Button Image A
Row 2: English + iOS → Button Image B
Row 3: English + iOS → Button Image C
And a project is configured to use Language and Device conditions, all three rows are valid matches for an English-speaking iOS user.
Instead of always showing the same row, Craftsman will:
Show Row 1 on the first impression
Show Row 2 on the second impression
Show Row 3 on the third impression
Return to Row 1 on the fourth impression, and so on
Last updated