How make a field required based on a layout variable
Summary:
In Redwood , how can we make a field required based on a layout variable.
We have created a boolean layout variable and set its value in an actin chain.
when we use it in the required property of the expression editor, it doesn't work.
We tried two ways:
$variables.boolEnableOffice === true
or
$variables.boolEnableOffice
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):