Color code each row alternately in repeating group

I would like to color code each row alternately in repeating group(see photo).
The number of lines changes every time. Is it possible?

Simply, you will put a group inside the cell to cover the whole cell. Then, you will set this group’s background conditionally. Default, set it to some color. If Current Cell's number module 2 is 0, set it to some other color.

See this group, default red and conditionally gray:

And rendering:

Here is the editor: Tests for Forum 14 | Bubble Editor

1 Like

It’s amazing.
It was easy to set up.
Also, please let me discuss various matters.

This topic was automatically closed after 70 days. New replies are no longer allowed.