twain
3
@josh50 thank you for the repsonse. It all makes sense until the last step:
- Option set for colors, with index – check!
- Displaying the current color – check! (Note: I’m doing the layout with a table, not a pair of nested RGs. I can’t figure out how to make the columns repeating if the rows are already repeating, so right now the columns are hardcoded “1” “2” etc for each period.)
- Conditional workflow logic using “if index < X” – brilliant
OK here’s the challenge, hopefully minor. It’s the “set that cell’s Things’ Shirt Color” step. There doesn’t appear to be a “This Thing’s” option: (see screenshot)
Here is what the parent setup looks like. Each cell is a group with a text element inside it. The group’s value is set using a search that inherits the row, and looks for a hardcoded period number (in this case 1). The hardcoding makes me cringe but I don’t see a way around it when using the table element yet.