Hi, I have an object with different variables and boolean that I saved in an array in the right place like this:
Then when I reload my layout, I would like my object variables and boolean to be set like it was saved in my array. So basically, I check if my ObjectTypeName match with the one saved in my array then I set the JSON to saved data like this:
But it doesn't works…
As you can see I have this line I created to test it:
-> [DISABLED] Vendors: Set Mission_Id to SavedVendors.At(SavedVendors.CurX,2)
And it worked fine.
Maybe it's not the good action for this, so I definitely need some advice about this…
Thanks!