Question
2
Replies
214
Views
Posted: September 9, 2020
Last activity: October 9, 2020
How to use condition in field value
Hi, I am wondering if it's possible to use if-condition in a field value, for example:
Translate from
TotalPremium
To
Your total premium is {if .frequency == 'annual' show .AnnualPremium else show .monthlyPremium}
Thanks,
Just wanted to follow up, any suggestion?