How to store board level data. Can we use instance storage or we need to use global storage itself?

hi,
I am developing an app for monday.com . I need to store data specific to a board and that data needs to be accessible across multiple users using that board. Can i achieve this using instance storage?

Hi @shreeshaalek,

Instance level storage won’t work for this - you’d have to use global level!

Best,
Rachel