Hello everyone I have a variable of Type List (of) where I have saved the id, code, name, etc from a list of clients. What I need is to get the last id of the whole list ... I can do it with for each but I prefer a way where I can locate the last row (by the id field) directly