Hi
We are using data storage in Custom app for storing the User Data, When multiple users call in the same time in Data storage we are facing some issue, We want to know how to keep data storage key are unique key
I think you can use the customer_id as the key which will be unique. and then you can utilize the update option in the data storage method this will append the information to the respective key. Please check the documentation and tell me if it helps you.