Try something like data.object.lines.data[0].invoice
I think the problem is that you aren’t specifying the array item you want for the second data node.
Try something like data.object.lines.data[0].invoice
I think the problem is that you aren’t specifying the array item you want for the second data node.