App storage using monday.storage

I am using monday.storage.instance.setItem(key, value) to store the details.

  1. How to add multiple values for a same / single key.
  2. Could you please let me know App storage(DB) limit?
  3. How to store objects and array values in a key?

Thanks in advance!
Priya

Hi @Priya!

  1. The database will accept key and value pairs. You could have, for example, a value that contains multiple values in one array
  2. The limit is 6 MB
  3. You can pass in objects and arrays as strings