I'm using Omnistudio for Doc Gen and creating a quote template.
I need the output to have a separate table for each quote group (parent record) and list out quote line items (child records) that are related to that parent. Each table should ONLY show related quote line items that are related to THAT particular quote group.
Currently my output is always showing ALL line items within each quote group, rather than filtering them to only display the child line items related to the parent quote group.
I think I am missing something on how the extract and transform data mappers need to be structured. This is what my extract looks like
Hi, is your output correct when you preview the extract/transform data mappers? Can you please also include screenshots of your output and the merge fields in the template?
Your template should look something like this:
(EDIT: I can't type the merge fields without them resolving to a Trailhead group name. They should be {{hash-Group etc}}
{{ #Group}} ... fields from group ...
{{#LineItem}} ... fields from line item ... {{/LineItem}}
{{/Group}}