Dowloading a table with specific column names

Hi! 

I have a table with product information. I created a slice and a view of that slice where certain columns have different names than the original table. I did that by changing the display names in the column details of the original table using: SWITCH(CONTEXT("View"),"Slice View", "Slice column name", "Original column name")

I then created a download button on the original table which works on the slice as well. Nonetheless, when the data is downloaded from the slice view the column names are not the ones I set them up to be. Is there a way to download the data with custom column names?

Thanks!!

0 3 64
3 REPLIES 3

Use a Bot that creates a CSV file from a template. You can set the column names however you want that way.

How could I download it? This solution only creates the file

Top Labels in this Space