Did you export it using the Dictionary toJson?
Yes. I am filling the dictionary with a string of variables (Which it is recognizing and formatting properly) but i am unsure how to then load the variables back into construct (e.g to fill a text box).
I have attempted to use the load action to Load the saved .Json and then use a
On button press set "Custom1" Global variable to "Dictionary.Get("Custom1")
But it doesn't seem to do anything.