Search code examples
google-appsheet

CSV export with filtered columns


I am working on an appsheet application.

I created a view to show

[ID],[Name],[Price],[Date],[Owner]

in a table.

I added an action with "Export csv from this view xxxxx" to export the view into a CSV.

But when i clicked on the action, i only want to show [Name],[Price],[Owner] in the csv, i dont want to see other columns. and also, i want to convert the value in Price columns to different format.

Is there a way to allow me to export the csv with filtered columns?

Thanks


Solution

  • You can achieve this by configuring or assigning a Slice to your Action, instead of pointing the Action to the View that you have created, use the Slice that contains your desired data columns.

    Check out these resources for more information:

    Hope this helps.