I'm trying to filter a Dataverse table and store the information in a variable...it's only getting back that column and not the whole row
The following works in a Gallery:
Filter('Crew Recourses', 'Call Sign' = X1)
When i move the above to store in a collection it only retrieves the call sign information and not the other columns
ClearCollect(colDetails, Filter('Crew Recourses', 'Call Sign' = X1))
Any ideas?