Hi,
There are only two queries for Customer, and neither of them have the parameter last datetime changed.
![Capture.PNG]()
You could retrieve all of them and then just have a simple foreach loop to find the most recently changed one.
Or you could try and order them by last datetime changed.
Kind Regards,
Will