Closed matrix273 closed 1 year ago
Thank you for reporting this issue, unfortunately there is a restriction/flaw in TTP results processing logic, this workaround should work for this case:
<macro>
def title(data):
if data.get("interface"):
data['interface'] = data['interface'].upper()
</macro>
Thank you,It's My fault.
Data:
Template:
code below
I got error like below
if I remove the nested group, the results will correct
Template:
the correct result like below: