Retrieving and sorting a list of documents from a list of document references

I have a Document with a field that is a List of Doc Reference. The Doc References refer to a doc with a field name "sort_order" which is an integer.

The Page I'm on has loaded the parent Document by reference in the Page. In a PagingView I go to set the Query Collection.

I select the Query Type: Document from Reference

I select the Document type that was loaded on the Page

I get the Document Property that is the list of Doc Reference

I give it the Available Options "Sort List Items"

It then prompts me for the Sort Key.

No matter what I pick for Sort Key it keeps prompting me to add more and more and more Available Options and it just keeps going.

How do I load the list of documents from the list of references and have them sorted by the sort_order field?

9
1 reply