How can I get the following output linking items with the appropriate group based on the fieldname? ``` group1 name item1stuff group2 name item2 stuff ``` This is close but lists all item-x fields under each group. Unknown number of group|item pairs per tid. ``` <$list filter="[fields[]prefix[group]]" variable="thisfield"> <$view field=<>/>
<$list filter="[fields[]prefix[item]]" variable="thisitem"> <$view field=<>/>
``` ![image|690x247, 75%](upload://q1lhmSVKzBxNBrzjFXSwkWNic16.png)