Hey, I have a bunch of entries stored in a DataStore (ActiveCompanies) from earlier testing, but I don’t know their keys. I do know their structure (like CompanyOwner, CompanyProfit, etc.), but there's no way to search by value or list keys in DataStoreService.
Is there any way to find or delete these "orphaned" entries without knowing their keys? I want to rebuild a proper key tracking system (MasterList), but I can’t clean up the old data. Any workaround or internal tool for this?