Is there a way to add the Files related list to a Skuid Page?

I am trying to find a way to add the ‘Files’ related list to a Skuid page.  Im only able to add ‘Attachments’ list however.

Danny,

You should look at the ContentDocument and ContentDocumentLink objects. The ContentDocument object has the files, and the ContentDocumentLink object will let you find the file(s) associated with a specific record through the LinkedEntityId field.

That worked thanks!