Collection is created with the following formula.
The DataSource uses a SharePoint list.
ClearCollect(
SampleData,
{Column1: Sample.Title, Column2: Sample.Column2, Colunn3: Sample.Column3}
);

However, if you create a Collection with this expression, it will look like a table and you will not be able to display the data.
Is it possible to display the data by making some changes in the formula to create the Collection?

※What I want to do in the future
Prepare two drop-down lists, one to select the value of Column1 and one to select the value of Column2.
Suppose I select "Sample" in the drop-down list of Column1, I want "AAA" and "BBB" to appear in the drop-down list of Column2.
Is it possible to have the above dropdown with the current collection?
Or do I need to work on the formula to create the collection?
If anyone has any good ideas on how to achieve this, please let me know.
Best regards,
Lopez