Skip to main content
App Database
Girish Gilda avatar
Written by Girish Gilda
Updated over a week ago

In Fuzen’s powerful no-code app builder platform, establishing robust data structures is fundamental to creating dynamic and functional applications.

Accessing Data Structure Settings

The data structure settings can easily be accessed from the Edit section of the app.

For this first, log in to your Fuzen account and select the desired app from your dashboard.

Click on the “Edit Solution” option located in the app menu.

Within the “Edit Solution” page, locate and click on the “App Database” tab.

Creating Data Collections

To add a new data collection simply type the name of the collection as shown in the image below and then click on Add.

After clicking on Add, the new collection gets created and can be accessed from the accordion below to add data fields.

Adding Data Fields

To add data fields, click on the desired data collection in which you want to add the field.

Provide all the required information to add the data field.

Fuzen allows you to collect multiple types of data like

Text: For capturing alphanumeric data, such as names, descriptions, and comments.

Number: For numerical values, including integers, decimals, and percentages.

Date: For date-related entries, allowing you to store dates and times.

File: For file uploads, letting users attach documents, images, or other file types.

Array: For lists or multiple entries of the same type, such as tags or categories.

Object: For complex data structures, enabling you to nest additional data fields within a single entry.

Click on Save to add the data field.

You can add multiple fields in each Data collection.

Your data structure is now ready!

Did this answer your question?