Filter Custom output includes data from False

The filter custom card’s help flow has as the last card if/else. The output is set with true when true is met and false when false. The results on the helper look correct but the parent filter output is showing all items from the list and not excluding the false from the helper. What am I missing?

Thanks

Try dragging the output of If/Else to a Return card as described in the List - Filter Custom documentation.

I changed the field type on the output of the If/Else card from text to T/F. The filter now responds with the correct number of items. A return card also works with the same type setting.

Thanks

1 Like

Ah, good catch, glad it’s working.