Understanding Data Scripts in UI Builder Page Variant ConditionsIssue What is data script that is visible in variant conditions and how can we configure the same? ReleaseThis is not release specificResolution1. The 'Data script' csm.isEmailInteractionVisible comes from the table 'sys_ux_screen_type_condition_script'.2. To configure a custom 'Data script', visit the 'sys_ux_screen_type_condition_script' table and create a new record.3. Write the desired script in the 'Script' field.4. Specify the variables you want to return in the 'Object keys' field as comma-separated values.5. Add the name to be displayed in the 'Namespace' field.6. Save the record to make the custom 'Data script' available for use in UI Builder page variant conditions.