Cannot load all saved data

Hello, i want to know how to load all the saved data on the slot. When i load all the saved data, however, it will only load the latest saved data but not the previous data. Any advise for doing it?

for example, if i got 2 saved file, it will display, 2 slot with 2 saved data. Patient 0 … (data of patient 0), Patient 1…(data of patient 1)

I think the problem is on second screenshot: for every cycle, you cast into SaveUserInfo and set variable to it. So if every load will be success, you’ll only get the last one, because you overriding it. For saving all slots i would recommend create an array and every success load “add” your saved data to array.

Sry for the late reply.

Yes, i tried to “add” in my saved data to array, and it work perfectly now. Thanks for the reply.