Said HOriginal post
Rank 3: Container
Hello, I have a collection with optional attribute. It has a data previously, but when i use console to remove the data and update, it gives me an error that the data is invalid. Is this intended that once the data is present, we cannot update it back to empty?
Summary
Title: [SOLVED] Unable to update data to null;
Messages:
- User reports an issue with updating data to null.
- User is informed that using the SDK can solve the problem.
- User confirms that using the SDK works.
- User mentions that the console is not handling null values properly.
- User asks if it is intended that data cannot be updated back to empty once it is present.
Solution:
- Use the SDK to update the data to null instead of the console.