Hi,
I am trying to build a simple FAQ using a tablet split screen template - so we have two columns "question" "answer".
I've figured out how to show the answer(s) on the detail side (set detail content), but the answer side lists all the answers versus the single question. (I am using a list component on the "answer details" page.
My strategy was to save the _id of the question as a local variable and to use the _id to query and display the single answer versus the list of all.
if that is the correct way, how do I execute on the query on the "answer page"? any tutorial or other example?? thanks