Help
Nick_Reilingh
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Jun 25, 2017
‎Nov 29, 2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 4 Kudos received

User Activity

I have a table with a few optional text fields, and want to create a formula column that concatenates the existing values in those fields with a space separator. It would be great to do this as: ARRAYJOIN(ARRAYCOMPACT([Field1,Field2,Field3]), " ") B...