Is it possible to detect when a datastore value is updated, created or deleted? If so how?
You would be asking for the value anyway. If you want to check for a change, you’d run a function that compares values. This function would only run when you need to check, and it should only run enough to respect the DataStore limit! MemoryStore might be a good alternative, as it has faster transfer limits
1 Like