I have been working through the Node Red tutorials and got to the point of building arrays with the Star Wars data from the site, “people”: “https://swapi.info/api/people”. I have then followed the tutorial to convert a text label “height” value from “172” to a numerical value of 172.
The problem comes from referencing the correct part of the array. I seem only to be able to reference on record [0] of the array which then only changes the height value of one record. When I try to move up a level it gives me the error message - “Invalid JSONata expression: Argument 1 of function “number” does not match function signature”.



