I can succesfully retrieve a value from the first item in an array using this:
body('TrackCont')?['Containers'][0]['eta_final_delivery']
Can someone tell me how to pull the same from the last item in the array? Array is of indeterminate length?
Thanks