Issue when looping over a complex list subtracting datetimes and expecting a duration, but receiving a null
I am trying to loop through a complex list with Start and End DateTime properties and return a list of durations. Using a FEEL expression for t in Times return t.End - t.Start
it returns null.