Ask AI
Skip to main content

Map to attributes (jsonpath)

Map a list of objects to a list of attributes based on json paths

Input parameters

NameDescriptionTypeRequiredDefault value
ArrayThe array to be mappedListtrue
JsonpathsnullListfalse
Map to flat listIf true, the result will be a flat list of values instead of a list of objects. (This only makes sense if there is only one jsonpath)True/Falsefalsefalse

Output

NameDescriptionTypeDefault value
ResultnullVARIABLE