Storing Data from Forms

When submitting a form in apple xcode where does that data stored? Also is it possible to link it to a google sheets.
If you mean use Xcode to build an app that uses a form, the data goes where your code says it should go...only you know your code.

Could be stored in your apps Documents directory, emailed to another person, uploaded to iCloud, saved on a remote server, etc.

link to google sheets.

Yes. Sheets has an API you can use:

h ttps://developers.google.com/sheets/api/

Storing Data from Forms
 
 
Q