Hi,
I have a predefined: The original object has id = 123, the children object has the id = motherid + surfix, ex: 12356
I have a CSV file in Lookups like this:
| Id | Type |
| 12312 | adult |
| 12345 | children |
| 12367 | adult |
| 12398 | adult |
| 12368 | children |
| 123985 | elder |
| 1239647 | elder |
How can I search for all Id belong to each type of an object, ex: type = adult, or type = children belong to object id = 123
Thanks in advanced!