I want to include dynamic content in a text widget in Experience Builder.
I have a feature layer with 1000+ records. I have a field 'quality' with 10 unique values.
I want the dynamic content to display "Values not unique" when no filtering is applied. If filtering is applied (using filter widget), and the filtered records contain only one unique in the the field 'quality', then I want the dynamic content to display the unique value, if not then display "Values not unique".
Is there a way to accomplish this?