bmel:count¶
Category: Array & Statistics · Returns: bmel:integer
bmel:count(array: bmel:array)
Description¶
Returns the number of elements in an array.
Arguments¶
| Parameter | Type | Required | Description |
|---|---|---|---|
array | bmel:array | ✅ | The array to count elements in. |
Example¶
bmel:count({order:Response Payload}.$.line_items)