I have two group formats, the first is grouping my pages within folders by Asset Metadata (field: page_template), then by the second metadata field by Parent Asset sorted by metadata (field: sub-section).
Now, I want to change the way it displays depending on the metadata value, so something like (but not in conditional format, I need keyword replacements please)
Assuming a> you're second level grouping is ok, and b> the values for metadata field 'page-template' are either one or the other, group level format will be:
This is succinct only because there's only 2 options. if you have more than 2 options for the field value then you would have to catch all of them, so you'd need more keywords.
Found the solution: %parent_metadata_page_template^contains:Guide:<ol>:<ul>% because the section headers are based off its parent metadata field, within a group listing.