Are there any examples out there on how to use a “Pluck” block? Thanks…
Hi @William_Lee !
You can find it at the bottom of this documentation page:
https://backendless.com/docs/codeless/codeless_lists.html
Creates a collection consisting of objects accessible through the named property in the original collection.
If the original collection contains objectsA
,B
andC
and each object has propertyfoo
, the resulting collection contains values accessible viaA.foo
,B.foo
andC.foo
.
Regards, Andriy
1 Like