How to change the property of a nested object

@tatiang
What you did is correct. See my example

image

You cannot use get object from JSON to see the update as it will recompile the actual JSON not the updated one.

To go around it you need to
image
and work on the object directly.

Happy Thunking!

2 Likes