I created an InfoPath form which contains 17 checkbox fields. I need to reference the answers to those fields in a Nintex generated email, but I can't figure out the best way to change the true/false values to yes/no. Management feels that true/false values in the email doesn't look right and prefers that we have yes/no values instead. Is there a simple way to do this without creating an overly complicated workflow section to make this change? Thanks!
Solved
Change true/false values to yes/no in Nintex email notification

Best answer by mlauer
Hi Will
inline function replace will solve your problem:
fn-Replace(fn-Replace(yes_no,False,no),True,yes)
Kind regards
Manfred
Translate
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.