Filter

[data/dictionary/Filter]


Filters dictionary. External node(s) receive each item (key & value) and decide whether to include the item in the result.


Keywords: select, dictionary, lookup, map

Input ports

  • dict: {string: any}

  • include item: boolean

Output ports

  • filtered: {string: any}

  • value: {string: any}[string]

  • key: string

Last updated