Hello,
I am trying to produce an array to use in an email, the array values come from a related entity.
I have looked at mulitple blogs and still I get no values.
I am able to retrieve the information for the related entity but when I append to an array I get no values.
The table is QPOrders.
The related table is QPContainers.
For one order there are multiple containers, I want to get all the container id's related to the order.
When the row is modified, get the row by ID, I use compose to get the order status for a switch statement later on, Initialise a Array variable.

Then use List Rows to the the container numbers from the related table QPContainers.

Then an apply to each using
outputs('List_row_-_ContainerDetails')?['body/value']
The json sample used is the first item in the body.

As you can see in the Parse Json output the containers ids are there but for some reason they don't appear in the array.

Many thanks
Rosie