Post creation of a Data model, Amplify automagically creates two React Form components to create and edit records. After entering data, I am able to see the data getting populated on the Front-end. But, I don't see it entered in the cloud since the Content tab of Amplify Studio doesn't has any data for the selected table.
After I clear the cache on front-end, the data I entered previously which was available there, is also no longer available. This means the data I added was only added in localStorage and not pushed to Cloud. What am I doing wrong?
Also, how can I:
- Take a back-up of the data in a Table listed in the Amplify Studio
Contenttab? - Upload data in a Table in Amplify Studio using JSON, CSV or any other format?
appId: d1s12n1vfe1ekl