I have a CBC exercise, and I’d like to use an order for the attribute display that matches the order stored in a variable (passed from Cmix). Is there a way to do that? The variable would be ORDER, and it would look like 1,5,4,3,8,2,7,6,9 - where I’m locking the first and last attributes and randomizing the middle. I’d like the CBC to match what order I have in Cmix though, and not use the randomization within Sawtooth. Is this possible?