Can you hide/show a select field based on values

I have a select field that is being populated by data from a SQL table. I only want the field to show if it has values. I am trying to use the visibility field and have tried using SIZE(), CONTAINS() and some other ideas, like running a query on page load (however this is a modal - so cannot run query on load).

Is there a way to achieve this?

TIA

@Ido_Zucker You can use JavaScript instead of formulas when setting up Conditional Visibility to implement this :slight_smile: