Hi! I get some data via API (battery status) into my Node-Red.
The data has an array - up to 99 arrays and each of this array contains 4 values [0]...[3].
I want to get the value from the latest array [80] out of 80 or [65] out of 65 and always value "3".
@Moach2000 - Whenever you post code in the forum, to make code readable and usable it is necessary to surround your code with three backticks (also known as a left quote or backquote ```)
```
code goes here
```
You can edit and correct your post by clicking the pencil icon.