- Issue created by @beunerd
- @beunerd opened merge request.
In Drupal 10.3.8+webform 6.2.7,
Renew
/modules/webform_calculation/templates/webform-calculation.html.twigto
{{ 'Submitted non-iterable values'|t }}
{% for key, value in submission.getData %}
{% if value is not iterable %}{{ key }}: {{ value }}
{% endif %}
{% endfor %}It can be work well.