Need to change the format based on variable field.
Hi All,
Requirement: Need to populate the dynamic/variable information in X.XX % design in the email creative. On the off chance that, variable field have X.X% then, at that point, need to add '0' and make design X.XX % in any case keep the first arrangement X.XX%.
for e.g., if data is coming from source, have 4.5 then need to make 4.50 %. in case, it is coming 4.50 then need to keep as it is 4.50%.
Field/ column is string.
regarding 0%, tried to apply direct concat but it is also not working as well.
{%=concat(xyz field,"0%") %}
xyz column- coming from custom actions
Thanks.