You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the prebuilt function join() and passing in an array of arrays, we get different results.
Assuming an array of arrays, such as: {"Foods":[["Burger"],["Pizza"]]}, the expression join(Foods, ',') will give a result of the following, depending on SDK/Language: