Hello,
lets say I have a list with three records {"apple", "orange", "banana"}. I can use the functions List.First and List.Last to return "apple" and "banana". However, how can I return the second or Nth record of a list?
Thank you very much in advance.