Hi!
I want to change switch icon from flow, I tried the following:
I have set icon to "custom" in switch properties and I have filled "on icon" field with {{icon}} and matching color with {{color}}.
In a function just before the switch, I have set the variables:
msg.icon = "battery_alert";
msg.color = "RED";
The button icon does not work, it is replace by a question mark.
but If I copy paste directly "battery_alert" & red in switch properties, it works...
How can I do ?