I use replaceListVariable to populate list items. Is there any consistent way to read list items from a template? I'd like to loop through list items to find placeholder values. I am assuming I need to use getDocxPathQueryInfo but can't quite get the right logic to read the text of the line item. In some cases, there are text fragments that need to be concatenated before checking if a placeholder exists (e.g. $BULLET$).
Any suggestions are appreciated. Thanks.