Skip to main content
Nintex Community Menu Bar

Nintex WF 2010: Issue with Formatting

  • February 24, 2016
  • 2 replies
  • 16 views

Forum|alt.badge.img+5

Hi, I'm using Nintex Worklow 2010 on list1. I want to populate some list1 data to a multi-line text column on list2 from the workflow. I want to format the data as -

Data1

Data2

Data3

Data4

But, if I use the built-in new line, it doesn't work. I have tried using regular expression also, but it doesn't work. All the data appear on the same line in the list column. Can anyone help? Thanks.

2 replies

Forum|alt.badge.img+11
  • Nintex Partner
  • February 26, 2016

Hi Korak,

you can use the "Build String" action to format your string. You can write html in that action and save it in a variable. If you return the value of this variable e. g. in a mail, the html will be parsed.

Cheers

Philipp


Forum|alt.badge.img+5
  • Author
  • February 28, 2016

Thanks Philipp!