Skip to main content
Nintex Community Menu Bar

Remove Spaces at end of Text Field.

  • June 1, 2015
  • 2 replies
  • 54 views

Forum|alt.badge.img+3

I need some help, please be aware that I am not a developer by any means. We have Nintex 2013 Workflow & Forms, we have developed a new hire account create workflow. I have 2 text fields/variables for the first and last name. The first initial, last name are used for a UDA to verify against AD for duplicates accounts. The problem that I am facing is when the requester is inputting data into the text fields sometimes they are adding a space at the end.

 

I need help on removing this additional space at the end.

2 replies

Forum|alt.badge.img+16
  • June 1, 2015

Nintex Forms

You can use the runtime function named Trim on a formula for the control named "Calculated Value"

Nintex Workflows

You can use the function named "fn-trim"

Take a look at this >>> Nintex Workflow and the Trim function | Sharepoint SIG


Forum|alt.badge.img+3
  • Author
  • June 3, 2015

Sorry Fernando,

I am have been really limited for time lately that so for my attempts of getting this to work have failed.

Hopefully I will be able to dedicate some time today to get this done.