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
  • 197 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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
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()