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?