I’m trying to create a Struct variable and save its progress, but it’s not working as expected. What could be causing the issue, and how can I troubleshoot it?
Hey @AlexPoruo!
Let us see the code! Structs have to use “Set members” to save, structs can’t just use “set” because what that does is only set the keys, not the values.
Let us know!
1 Like