Skip to main content
Nintex Community Menu Bar

SQL Request - Copy Multiple Row Values to Multi-Line Text

  • July 9, 2019
  • 2 replies
  • 12 views

Forum|alt.badge.img+9

I would like to copy the Address values to a multi-line text field. At the moment it's only returning the value from the first row.

 

There's a solution in the form of mapping SQL results to repeating rows but I'd like to know if there's a more straightforward method instead.

 

3078i8703EAD00D550087.jpg

2 replies

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

What you are seeing is expected behavior. The control is designed to query a database and return values but it can only store one row.

If you would like to see the functionality that you are looking for please visit http://nintex.uservoice.com to request this feature.

Forum|alt.badge.img+9
  • Author
  • July 11, 2019

Thanks for letting me know. I will use the repeating rows solution in this case.