Hi there,
How would you add a new item to an attribute which is stored as an array. I couldn’t find any examples on the databases/documents api docs.
Help is much appreciated.
Thanks in advance 🙂
TL;DR
The user is asking how to add a new item to an attribute that is stored as an array. They couldn't find any examples in the API documentation. Solution: To add a new item to the array, you need to replace the entire array with a new array that includes the additional item.