Hello All,
I have a table in DataVerse named Events. I have built a canvas app and am trying to work with that table. I just do a simple call like this in my Canvas app.
ClearCollect(colEvents, Events);
When I go and View the collection, I can only see one column pulled in to the collection, even though the Events table has around 15 columns.
Is there a setting in my Dataverse table that I should flip on, so that I can pull all the columns into my canvas app? I have ensured that 'Searchable' flag is on on most columns. The only column that it is pulling up is a Choice column.
Is it some form of a permission issue? Thanks