So, I’m working on a dashboard tool that communicates with ROBLOX’s Universe/DataStore API.
When testing and getting stuff prepared to make a “server manager component” I’ve noticed that using RemoveAsync removes the data from the entry but it doesn’t remove the entry from the list.
So when I was using a viewer to see all the data that exists in a datastore I would get entries that would return null values causing an error once I interacted with the display key.
The issue is that because the API only allows me to get keys first then values I would have to make my data viewer 2x slower to support checking the entry key’s data.
Is what I’m experiencing temporary or all entries that were ran with RemoveAsync still show up in datastore with a null value?
I been using this endpoint to collect my entries:
/standard-datastores/datastore/entries