Create New Spreadsheets for Each New User

I’m made an app that’s supposed to collect data from the user as they progress through the game I created. Specifically, the data I collect from users is the in-game currency they have and I collect this data every time the user presses a button. The problem I have, however, is that the data from each user just gets sent to the same spreadsheet on Airtable. Is there some way for me to collect the data taken from each user and put them on separate spreadsheets?

im afraid you can’t do that.

However i don’t know your app but, as i understand, i think you just need ONE spreadsheet (airtable or google sheet) to track game money to each user. in this case, each user goes to each column. and row is for cyber money. Or you just can use realtime db in firebase.

hope it works.