Hey, I’ve just been looking at appgyver’s new updates since being gone for a few months. So I’m definitely missing something with how these new style things work.
I have a container which requires a conditional background colour. The old way i’d just turn the background color under styles tab into a formula but with all these new theme thingys I can’t seem to find it.
I’ve read the documentation and watched the videos where I’ve tried using the style component, creating a new theme variable, adding a custom content palette etc.
I just want to do this: IF [insert condition] is true → [use this colour] else → [use this colour]
Hello. I’m looking to do this as well. I have a list of approximately 16 variables and I want each one to change the background color depending on which variable is selected on the previous page. I think I’m looking for a formula to put as the color but cannot find what that should be. Can anyone help?
The way i would do that, is by creating a page var of a list of objects containing a color code and a value, that list should then be connected in the first page and then when the user picks one option you should get the color code with a lookup function and pass in to the next page using a page parameter. then you can use that color code and set the color of background.