Skip to main content
Nintex Community Menu Bar
Solved

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

  • February 11, 2021
  • 2 replies
  • 567 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!

Best answer by leighburke

@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.

2 replies

Forum|alt.badge.img+14
  • Nintex Employee
  • Answer
  • February 18, 2021

@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.


  • Author
  • February 18, 2021

@leighburke Got it figured out, thank you!