Duplicating airtable with thunkable, or deleting specific columns in airtable, is it possible?

I was wondering if it’s possible to duplicate a table (airtable) with Thunkable. Or is there a way to delete values in a certain column?

In my app, The user can delete all their data in an airtable. Now I’m adding another interface to the app. I’m trying to make a copy of the data the user deletes before it’s deleted with the click of a button.

either by making two columns, one the user can see the other the user cant see. When the user “deletes all the data” then only the values in the first column are deleted and the second one remains. (I noticed I could only delete a row in the airtables) I tried something like this:

Is what I want to do possible? Please tell me if I should clarify more!