I have a collection called “Projects”, that has a number of fields (e.g. name, due date, etc.)
I’m using a Collection List to display these in a table using a grid.
I want to use the field names as a table header.
E.g.
Project Name | Description | Due Date
Name1 | Desc1… | May 30, 2022
I don’t see a way to use the Field Names to create the first row in that table and would think this would be simple. Hoping someone has ran into this before and solved!