JOIN
Description
Example: Joining a list
p is Person
JOIN((p.first_name, p.last_name), " ")Example: get_properties and JOIN
JOIN(
get_properties(instances(Person), full_name),
", "
)Last updated
Was this helpful?
