Skip to main content
Nintex Community Menu Bar
Question

UI-Field Concatenate

  • July 9, 2024
  • 2 replies
  • 5 views

Forum|alt.badge.img+14

Can a UI-Field be used to do the following? If yes, what would it look like?

 {{Street_Number__c}}  &  " " & {{Street_Compass_Point__c}}

2 replies

Forum|alt.badge.img+17
  • Nintex Employee
  • July 9, 2024

Replace the “&” with “+”  and you should be golden.  Make sure your formula output type is “text” 

You could get the same effect with a template in your pages.  But the UI Field does let you do the combination once and use the results anywhere on your page. 


Forum|alt.badge.img+14
  • Author
  • July 9, 2024

That was it.  Thanks.