Hi All , Hope you doing well.
"My scenario is that I worked on a Card layout. Within the Card layout, I have some text fields. Initially, the Card layout has a predefined color. My task is to change the color of the Card layout when any value is entered into the text field. Can anyone help me out?"
Discussion posts and replies are publicly visible
If I understood your requirement clearly then you need to declare a local variable which by default should have some value as "ACCENT". Then use this local in the card layout style parameter. Finally in the text filed saveinto you can update the value of the local variable to the predefined accepted values of card layout style parameter.