I have a list service running on my schedule collection. In that collection is a pointer to the job_lineitem collection, and in that collection is a pointer to the jobs collection.
I want to use that value "_id" in the where parameter for the list service.
This is what I have so far in the mapping to the where parameter:
In summary, how can I setup the where parameter to determine what results to display based on a value in an included pointer?