Quick beginner question regarding the App Data tab

Hi @echangers49,

Yes, you can customize by clicking on the pencil icon to the right of the data type in question. This will pull up a popup for you to select which fields you want to see. Notice that this is creating a modified view.

You can get to the same window by clicking on “New View” on the top left. You’ll just have to first select the data type for the view you’re modifying.

So, the “All Products (modified)” that you’re seeing is not a duplicate of your data - it’s the same data. If you delete a record within a modified view, you’re deleting it period. “Modified” is just to indicate that the table has a different view set up from the default.

The modified views are helpful because you can rename it (at the top) and constrain the records (at the bottom). For example, a modified view of Ingredients could be called “Spices” and the constraint would be Type (field) = Spices. The list in that table would then only be Ingredients that are spices, but again, if you delete one here, it’s the same as deleting from the All Ingredients table.

As for the CSV overwrite, there isn’t a native way to do this, but I’ve seen a few workarounds that you can search the forums for. A common one I’ve seen is to create a temporary table to upload the new CSV, and then use a workflow to replace values in the actual table based on some other identifying field… and then clear the temp list.


Gaby | Coaching Bubble

4 Likes