List Operation to get list

0
Hi   How can i get a list, of same object, from a list using find by expression, or filter by expression I need to find all matching objects
asked
2 answers
1

A “Find” operation only returns a single object. What you'll need is a filter operation, which can return a list.

answered
0

Thank you Eline

i need filter by expression, but this is also returning an object

answered