I am using computed twig and entity print module to print the submitted data in pdf when you submit. The PDF submission file was able to print the values correctly previously, but it is not printing the values anymore. I checked Force users to download the attachment, as well as everything else necessary to make it work properly.
Here is my code in twig template (just copied partially since there is a lot):
<td>[webform_submission:values:requested_by_01_requested_by_2]</td> <td>[webform_submission:values:requested_by_01_today_s_date]</td> <td colspan="2">[webform_submission:values:requested_by_01_due_date]</td> </tr> <tr> <td id="exception">REQUEST CURRENCY</td> <td>[webform_submission:values:currency_rate_01_request_currency]</td> <td id="exception">EXCHANGE RATE</td> <td>[webform_submission:values:currency_rate_01_exchange_rate]</td>