Is there any way to change the background color of a group from the live UI?
I was thinking of allowing the user to type a hex code into an input and then press a button triggering a workflow that will change the color of a specified group
Is there any way to change the background color of a group from the live UI?
I was thinking of allowing the user to type a hex code into an input and then press a button triggering a workflow that will change the color of a specified group
You can make colors dynamic. Make a data field in some data type called groupColor. From the input workflow, you’ll just update that data field and then the group color should change (just make sure the groups data content includes that specific data type/field (or you would search the database for that specific data type/field).
T
learn no code → nocodify.com
There is a way to change the color of the Group from the conditional settings.
This is how I would approach it:
for example,
When: MyGroup’s customState is state1
Property to change: Background color
Cheers,
Ranjit | Blur Apps