Mapping Rule Built-ins for Advanced Multi-Valued Fields - RapidIdentity Platform Documentation

RapidIdentity Platform Documentation

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US
The built-ins in the following table work when the input data contains multiple values that have their own sub-fields (an array of objects):
Built-in NameArgumentsOutputsExample
anyChildContainsName of sub-field to match; value to look fortrue if any child contains a sub-field that exactly matches the given value, false otherwiseorgs.anyChildContains("sourcedId", "1234")
anyChildContainsTextName of sub-field to match; substring value to look fortrue if any child contains a sub-field that partially matches the given value, false otherwiseorgs.anyChildContainsText("type", "district")
mapWithSelectorSub-field to extractFlattened array of strings that contains only the values of the given sub-fieldorgs.mapWithSelector("sourcedId")