Goal: Use NLP/ AI Filter to filter and pass along specific values
Problem: AI Filter Node requires Filter By input, despite the filtering logic being articulated in the conditions box. Gummie says this is a UI bug, and that no “filter by input” should be required as the conditions box is being used.
What is the best way to fix this, or to filter out specific values from a list of text?
Hey @user12! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.
Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={your_run_id}&workbook_id={workbook_id}
Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
Provide details about the issue—more context helps us troubleshoot faster.
Hey @user12 - The UI is not broken here - Gummie might have been slightly off-base here. The Filter by input is necessary as the node checks the condition against the value in Filter by and outputs the correspinding input if the condition is met.
filter out specific values from a list of text?
If I understand correctly you want AI to look at all the items in the list at once and output the ones that meet a given criteria correct? The best option here would be to merge all the values in your list in a single text block using a Join List Items node and then use an Extract Data node with Extract List enabled to output the values that meet the given condition.