How to check if a parameter value is an arrray?
Hi,
In a Fusion Tools Module I'm trying to set a variable with the first item selected in a multi-select dropdown. However, if only one item is selected, Workfront returns the value as a string rather than an array with one value. This is quite frustrating, but I thought I'd just check to see if the value is an array or not, but there don't seem to be any functions to do this. I've tried length, but that just returns the number of characters if a string is returned.
Does anyone have any advice?
Rob