Tuesday
Dear community, I am looking for a formula to enforce for a field that six digits are in a field. When there are 5 digits, then a zero gets added at the front.
Thanks!
Wednesday - last edited Wednesday
Hi @Gerard_Spijker ,
Thank you for reaching out via the Validity Customer Community. This could be accomplished in the Modify module using the Modify Action "Formula".
Here is an example using the Account Object and modifying the Billing Zip Code. You would replace the fields names in this formula with the field you're using.
IF(LEN(${BillingPostalCode})=5, "0" & ${BillingPostalCode}, ${BillingPostalCode})
Best,
Get industry news, expert insights, strategies, and hot tips, served up fresh every week.
Visit the Validity blog