AI Filtering UI Broken

Workbook Link: https://www.gumloop.com/pipeline?workbook_id=fXqhKs7G8kcsoEKaL9Jer7&run_id=UGyUbVVZv8fV5AAG8LMQMf

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.

  1. Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={your_run_id}&workbook_id={workbook_id}

  2. Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
    GIF guide

  3. Provide details about the issue—more context helps us troubleshoot faster.

You can find your run history here: https://www.gumloop.com/history

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.

Let me know if this is what you were looking for.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.