- Issue created by @adao.boscolo
- 🇧🇷Brazil adao.boscolo
Thanks Cilefen.
I didn't find anything similar to my problem, but I did find a suggestion that helped change computed twig.
If anyone has a similar problem, follow the field configuration:
Computed twig - Doctor's name
{% set doctor = webform_token('[webform_submission:values:view_name:entity:doctor]', webform_submission, [], options) %}
{{ doctor }}Computed twig - Department
{% set dept = webform_token('[webform_submission:values:view_name:entity:field_dept]', webform_submission, [], options) %}
{{ dept }}I hope it helps!
- Status changed to Closed: works as designed
10 months ago 7:27pm 22 January 2024