How can I determine if a field is an array or text? | Community
Skip to main content
Level 2
October 28, 2025
Solved

How can I determine if a field is an array or text?

  • October 28, 2025
  • 1 reply
  • 178 views

I have a situation where I have to concatenate values from a multi-select (where I use the join() function), but if only 1 selection is made my join() returns a null.

I need to find a way to determine if this field is coming in as an array or single text field.

Ideas?

Best answer by daBellows

FYI - I figured this out by adding in:
add(emptyarray;{field})

...then do the join()

1 reply

daBellowsAuthorAccepted solution
Level 2
October 28, 2025

FYI - I figured this out by adding in:
add(emptyarray;{field})

...then do the join()