1. Home
  2. Docs
  3. NoCode-X Documentation
  4. Data
  5. Data

Data

After creating a data-format, you can now start adding data. Just like files in the media library, your data is stored in in the cloud, so it can be accessed from anywhere, at any time. Data can be created directly in the data tab, or by using certain functions. Data in NoCode-X follows the JSON format.

Create new data in the data menu

To create a new data item, follow these steps:

  1. Navigate to the Data tab in the menu on the left.
  2. Click the New button, indicated by a red arrow in the image below.
  3. A dialog window like the one in the second image below appears. Enter a name for this new data.
  4. Choose the data-format.
  5. Fill in the JSON-data. The second image below shows an example for a data item with a restaurant format.
  6. Click Save. The data item should now appear in the list. You can edit and remove data at any time.
Shows the list of data. The "New" button is indicated by a red arrow. Currently, there are no data items visible.
Dialog window when creating a new data item.

Create new data using functions

Data can also be created using certain function calls in the no code actions editor. For more information, refer to the All no code functions page and the tutorial “uploading images without code”.

How can we help?