Skip to main content
Nintex Community Menu Bar

Is there a way to pull the first 10 characters from a Multiline text field and populate a single line text field?

  • April 23, 2018
  • 7 replies
  • 53 views

Forum|alt.badge.img+2

Trying to find a way to grab the first 10 characters of a multiline field in a list and use it to populate a single line field in a list.


7 replies

Forum|alt.badge.img+14
  • Scholar
  • April 24, 2018

do you work with responsive or classic form design?

in responsive form you could do that with 'set value' rule.

in classic form this can only be done with javascript.


Forum|alt.badge.img+2
  • Author
  • April 27, 2018

Hi Marian,

I'm working with a classic form.


Forum|alt.badge.img+14
  • Scholar
  • April 27, 2018

could you provide more details how should it work?

do you need it just on form load? or triggered by an event/action (button)?

do you need it in NEW and/or EDIT form?

multiline field is just a plaintect or reach text?


Forum|alt.badge.img+2
  • Author
  • July 17, 2019

Trying to populate a list column upon submitting the (classic) form.


Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • July 18, 2019
If you want the Single lines of text column updated at the time of form submission based on the first 10 characters of a Multi lines of text control on the form I would use a Calculated value control with a subString function connected to the Single Lines of text column.
Either that or have a workflow run after the form is submitted to do the same thing.

Forum|alt.badge.img+2
  • Author
  • July 18, 2019
Thank you Simon, any chance you might have a link to some resources on the subString function?

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • July 18, 2019