Want to know how do I query list of references from one collection to another

Collection A (Has list of references to Collection B)

  • listReferences List <Reference> Collection B

I want o query all listReferences in Collection A, get list of documents in Collection B. Add this to list view and process?

Want to understand if there is a way to do so

2
4 replies