Hello low/no coders
I need some help for changing the color of and icon, or even the text color, based on an page variable that I am using to store a code color based on api response…
the api responde looks like this:
{“Shape”: “Circle”,
“Size”: “small”,
“Color”: “#CC0000”}
so I am storing the “color” key inside a page variable and using this variable to define the color of an icon.
But it is not working