Unable to access text value of saved cloud data, instead accessing object characteristics in Load()

I am trying to load data from the cloud system i have set up. i already confirmed the saving functionality works (im authenticated, it shows up in dashboard) but now, my loading functionality doesn’t work (as intended.) It is instead populating the text field with the nature of the object instead of the text. GetAsString method doesnt work, so i am not sure how to access this.

Brownie points if anyone can also help me implement this loading functionality for my currency object.