I am creating a simple app where I populate a select list from an SQL query. I can see the data coming through on the preview of the query called sqlCountries. I have tried setting the data source as {{ sqlCountries.data }} and {{ formatDataAsArray(sqlCountries.data) }}, but nothing is displayed in the select component.