How do i get the columns titles from a Table?

im trying to use this but is not working
{{_.values(salesTable.columnHeaderNames)}}

@daveAS Welcome to the community!
I don't see a way to do this but you could try searching the docs....
Screen Shot 2022-04-11 at 3.09.29 PM

Hey @daveAS! To echo @ScottR (who was right on the money as usual), you can use the values from the table.columns property like so:

Would this work for you? Let me know!

1 Like