We wanted to know if we could create multiple tables on the player data (title) to separate/group our data types.
Answer by Citrus Yan · Jun 26, 2020 at 05:14 AM
So you want to add more player data key-value pairs, is that correct? If so, how many pairs are you currently using , and, did you encounter the “limit exceeded” error or something similar? In fact, we recommend storing player data into fewer, larger keys, which is far more efficient than plenty, smaller keys, you can store the values as JSON objects to hold more data types, for instance:
"Keyname": { "DataType1": {...}, "DataType2": {...}, ... }
BTW, may I know your title id?
Create table in data explorer(advanced) 2 Answers
Playfab Player Data Fields ? 1 Answer
Setting player data through ue4 blueprints 1 Answer
What happens after I overstep the free limit of updates per user 1 Answer
Questions on storing a list of strings on PlayFab to be accessed by all users, or similar methods 2 Answers