JSONDecoded variable not saving when being Encoded

Why wont my jsonencoded progress change? It works as a table but not a string value. (You can see where I put the prints to see if everythings working)



It’s probably something dumb like me typing the wrong variable, but why isnt my ProgressEncoded variable the same as Progress?

After decoding the Progress variable, are you able to print it? I don’t have enough context.

This is the printed decoded looks like this
image

Likely an issue related to the missing indices (2 and 3), fill the gaps or move the value “Yes” to the second index.

Avoid using mixed arrays.

1 Like