Solved

Yes/No questions on form returning values of True/False when generating document.

  • 11 February 2021
  • 2 replies
  • 303 views

Hello,

 

I am using Nintex Workflow Cloud and I have about 20 Yes/No toggle switches on my form. I think because they are Boolean, that when I generate the document, the Yes becomes "true" and No becomes "false". I have been trying to figure out a way to change those values so they would continue to read "Yes" and "No" in the final document generation. Is there an easy way to fix this? I do not want to change from using the toggle switches.

 

Thank you very much for any guidance you could give me!

icon

Best answer by leighburke 18 February 2021, 03:24

View original

2 replies

Userlevel 5
Badge +13

@fish There is no way to set this on bulk. I would suggest just using logic in the workflow to set  variables to the value you need to show in your document. Branch by value will work(https://help.nintex.com/en-US/nwc/Content/Designer/Actions/BranchbyValue.htm), or the other logic action should also help with setting the value. You could also use logic in the form to do this.

@leighburke Got it figured out, thank you!

Reply