Filtering → Getting only selected columns

Hi,

Is there any possibility to get only selected columns?

Right now I have table with 100k+ rows and 30+ columns. I have a case where users want only 3 or so columns. Getting all data and then deleting columns is time & resource intensive.
(I build one table because this is export from other tool and i don’t know which columns users will need for their case)

Hi @rafuru,

I am just a user so the team may explain more extensively but here in short:

  • if you are getting this data through the api, check out the includes parameter in the API docs
  • if you are accessing the data from the web UI, click on image → when exporting the data as well as on a public view, only the visible columns will be visible to your client

I’m actually using n8n node but second case with Hide Fields is a solution too.
Thanks