Skip to main content

Storage API for the developer

  • December 28, 2022
  • 2 replies
  • 661 views

  • Participating Frequently

As we are developing an front end App, we need to store certain data in the database storage using the database storage. Could you please confirm us the below points.

  1. We are in need of know the storage limit for an APP.
  2. Is it possible to store object or array of values in a key?
    Example:
    ```
    monday.storage.instance.setItem(‘AzureDomain’, values.azuredomain).then(res => {
    console.log(“setItem…”,res);
    });


Thanks in Advance!
Priya

2 replies

Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • December 28, 2022

Hello there,

I will ask the team responsible for the storage API about this and let you know soon 🙂


Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • January 1, 2023

Hello there,

I replied in the other topic but just in case anyone sees this, the limit for the storage API is 6MB and the key for the storage API must be a string.

Cheers,
Matias