Skip to content

bmel:distinct

Category: Array & Statistics · Returns: bmel:array

bmel:distinct(array: bmel:array)

Description

Returns a new array with all duplicate values removed.

Arguments

Parameter Type Required Description
array bmel:array The source array.

Example

bmel:distinct({order:Response Payload}.$.tags)

Back to BMEL Reference