Set the column names of a table dynamically

I get output in the following format from a REST endpoint

[
  {
    "Name": "Amy's Bird Sanctuary",
    "Company name": "Amy's Bird Sanctuary",
    "City": "Bayshore",
    "State": "CA",
    "Country": null,
    "Zip": 94326,
    "Phone": "(650) 555-3311",
    "Email": "Birds@Intuit.com",
    "Customer type": null,
    "Attachments": 0,
    "Open balance": 260.6
  },
  {
    "Name": "Bill's Windsurf Shop",
    "Company name": "Bill's Windsurf Shop",
    "City": "Half Moon Bay",
    "State": "CA",
    "Country": null,
    "Zip": 94213,
    "Phone": "(415) 444-6538",
    "Email": "Surf@Intuit.com",
    "Customer type": null,
    "Attachments": 0,
    "Open balance": 85
  },
...
]

After toggling the Use dynamic column settings setting to ON, I am able to get the data into the table. However, the header row is not being populated. Is this a bug or am I doing something wrong here?

Hello, welcome to community.
Add the {{item}} to label option, and it will work.

2 Likes