Uploaded files by user

I’m trying to figure out how to create a repeating group that shows users their uploaded files. I assume it would have to be linked to their unique id, but seem to be stuck.

Any input would very much appreciated. Thanks!

you can make a field inside of the user table and set it to hold a list of files. then whenever a file is uploaded just set a work flow to add the file to the current users ‘list of files’

This may or may not work best for what you are trying to accomplish depending on your app… the good news is that this is not the only way