I would like to create multiple App Views which are just a little bit different. It would be most efficient if I could copy one view and adjust only the fields that need to be changed. Is that somehow possible in an easy way?
When you export a view, you are only exporting the schema, as the view is created from the table data. If you want to export to another application without data, you can also export only the view and table schema.
To do this, on the export screen, select your view (tables will be selected automatically) and specify “Schema Only”.
No, I just cannot select a JSON for importing, but only CSV files. And all CSV files I have exported are the schemas from the source tables of the view.
I’ll create a ticket that we add the ability to import the view as a json file. As a workaround, you can create an archive with only the json file of your view in it and do the import using App Zip.