I'm trying to put this datasource column into a collection. I am using the dataverse as my datasouce
Set(varName, ShowColumns(LookUp('datasourceName', 'datasourceFilterColumn' = dataId), isReady, Days, Name, Location));
the columns Name and Location appear as I need
however isReady is a yes/no column and Days is a choices column and both appear as question marks
How do I get the value of those columns into my collection instead of the question marks?
Thanks in advance