Total newbie here - I am working on understanding how this works. I have a simple database I set up that has a weightlifting movements database with just the name of the movement and then another one with entries. It shows what movement was done and at what weight. Very simple right now.
I have then shown a repeating group below that shows each of the entries. I have been able to limit it to show the entries for just the current user. But now I want to show just the MOST RECENT entry for that user for each movement. How would I go about doing that?