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
Mohammad Reza Dowlut
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
Eline Bijkerk
0
Thank you Eline
i need filter by expression, but this is also returning an object
answered
Mohammad Reza Dowlut