How To Access every variable in a array

Hello, im trying to replace letters in an array

because I cannot store variables in the json file

I will be replacing words/numbers with different letters/words

does anybody know how I can reword this so it auto goes through every childe in the array or structure ?

Thank you

You will not be able to parse all children in a single action. You would have to use the “for each child” event type.

As @Silver-Streak wrote, you can’t parse all al the children at once. But you could JSONify the array/structure, update it, and then parse it back to the variable, as I described in your other post.

yeah that worked :slight_smile:
im gonna have to edit stuff but its pretty much where I want it to be at :slight_smile: thank you a lot