I have a problem extracting an array from a Global variable that is an array of arrays.
I want to use a calculated index instead of a fixed index. this is in a JsoNATA expression in a change node:
$globalContext("rfcodes")[0] works
$globalContext("rfcodes")[payload-1] does not
rfcodes looks like this:
array[2]
0: array[4]
0: 9710
1: 250
2: 870
3: "#454551"
1: array[4]
0: 9710
1: 250
2: 870
3: "#454554"