Hi,
is it possible to change the backgroundcolor of a list-item (or another element) within a workflow?
I tried with AI, but without result.
(In my project I want to change the backgroundcolor of a list-item when it is clicked)
Hi,
is it possible to change the backgroundcolor of a list-item (or another element) within a workflow?
I tried with AI, but without result.
(In my project I want to change the backgroundcolor of a list-item when it is clicked)
Hi,
you can bind the “color” property of the “background” section to a variable.
And by changing the value of that variable within a workflow you can change any color of any element.
Nice solution, never thought to do it this way.
Thanks !