Solved
Forum Discussion
nsingam
4 years agoEmployee
Hi,
Try to use the below expression. It will give the Id of Ident Captial.
($Business.find(x => x.Branch.City.Ident == “Capital”)).Branch.Id
- SL123454 years agoNew Contributor III
It works, thank you … one more question … is it possible to use find method in scenario like this: if value matches return it (in our case value 12345) if there is no find, return number 1 ?