Avatar

Level 3

Either you can use JustWords function or Pipe to concatenate.

 

For example : Field1||Field2||Field3. if all are in same format. if anything is in different format - then convert them.

Field1||ToString(field2)||Field3

 

Hope this helps.