Hello gardensurfer, The array in your first screenshot is an "array of objects". The filter expects a simple array in a form like this: ['GO40290', 'BP40567', 'C040115', 'MO393313'] You need to check the map() function in Fusion to "convert" your array before using the filter. map(complex array; key...