Change backgroundcolor in workflow

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.

1 Like

Nice solution, never thought to do it this way.
Thanks !