Can anyone assist with changing the section widget background color from static to dynamic in EXB Developer? I need to fetch the color code from a hosted table rather than entering it directly. This would enable the color to be updated dynamically.
Hi @dapo
Each view in a Section widget is a fixed layout (simply a container) and doesn't require a data connection. Therefore, you cannot bind a variable to a Section and pass values to the views.