join

join() function is the Standard function available in 200OK.

Description : The join function concatenates a list of values using a specified separator. Notably, the separator is provided as the last element of the list.

Syntax : fx_join()

Example : fx_join(2,3,5,-) it returns concating the values with the mentioned '2-3-5'.

Scenario : A data analyst is preparing a report summarizing the performance of various marketing campaigns. They utilize the fx_join function to concatenate the names of the campaigns with commas as separators, creating a concise list for inclusion in the report.

Request Side :

Response Side :

Last updated