I’m running into an issue where I am adding data to my data template but for some reason, it is not getting reconciled for the player. Here is the related code
Ensure you’re passing your template table to ProfileStore:LoadProfileAsync or StartSessionAsync using profileStore:LoadProfileAsync(key, template) or similar with the template as the second argument.
Also, if your template structure changed significantly (for example you renamed or removed keys), old profiles might not match up. Reconcile() will only add missing keys, it won’t delete or rename anything.