Accessing monday.storage SDK method in workdocs

Hi @RambabuPatina and @PluginGenie -

We do not yet have documentation as we are in the process of creating it now, but we recently added the ability to use the storage API on a global basis, not just instance.

Global:

  • storage.getItem(key)
  • storage.setItem(key)
  • storage.deleteItem(key)

Instance:

  • storage.instance.getItem(key)
  • storage.instance.setItem(key)
  • storage.instance.deleteItem(key)

Please try using this with your app features, and let us know if you have any other questions!

3 Likes