I have a single select column, with different VATs. I have set the Values, and it works on formula fields. But when I try to populate it in my “create PDF html”, the value “0” does not appear, does not show, but it does show when the value is 19…any ideas how to fix this?
What does ‘create PDF html’ entail? Is it a button automation?
Yes, is for the “attach pdf using template” action in a button in HTML. Sorry, I’m still not familiar with Fibery vocabulary ![]()
What does the Attach PDF using template action step look like now then?
(a screenshot might help)
you mean the html code? it’s the “VAT,Value”
<tr class="vat">
<td colspan="3"></td>
<td style="text-align: right; white-space: nowrap;">
VAT ({{VAT.Value}} %): {{VAT Amount}} {{Currency.name}}
</td>
</tr>
<!-- Total -->
<tr class="total">
<td colspan="3"></td>
<td style="text-align: right;">
<strong>Total: {{Total Quote}} {{Currency.name}}
</strong>
</td>
And what does the VAT single select field look like?
you mean the html code? it’s the “VAT,Value”
<tr class="vat">
<td colspan="3"></td>
<td style="text-align: right; white-space: nowrap;">
VAT ({{VAT.Value}} %): {{VAT Amount}} {{Currency.name}}
</td>
</tr>
<!-- Total -->
<tr class="total">
<td colspan="3"></td>
<td style="text-align: right;">
<strong>Total: {{Total Quote}} {{Currency.name}}
</strong>
</td>
Thanks. I can reproduce, so I will log a bug and hopefully it gets fixed soon.
1 Like
Thank you! That would be amazing!
