1
Workflow builder - text / links fields miss the option "IS" match in UI
Source: twentyhq/twenty#24499 · opened by @ClaireGz
Bug Description
When filtering on a text / links field (ex: company domain), the UI only show filters like "contains" or "empty/not empty" while i want to do an exact match. And by the API, I can set this same condition "IS" (exact match), but not in the UI
Another subissue of this: It's impossible even with the API to match exact value among any of the value of an array field.
Ex for company domain, I want to search records where any of the domain values is exactly domain.com
It's not possible: I can only match primary domain is exactly domain.com, but since secondary ones are arrays, it can't do an exact match.
I had to do a workaround with a code that does it instead.
<img width="603" height="342" alt="Image" src=" />
Expected behavior
Be able to set the IS filter from the UI
When filtering on a text / links field (ex: company domain), the UI only show filters like "contains" or "empty/not empty" while i want to do an exact match. And by the API, I can set this same condition "IS" (exact match), but not in the UI
Another subissue of this: It's impossible even with the API to match exact value among any of the value of an array field.
Ex for company domain, I want to search records where any of the domain values is exactly domain.com
It's not possible: I can only match primary domain is exactly domain.com, but since secondary ones are arrays, it can't do an exact match.
I had to do a workaround with a code that does it instead.
<img width="603" height="342" alt="Image" src=" />
Expected behavior
Be able to set the IS filter from the UI
No pledges yet. Be the first to back this.
Comments
Similar requests
Workflow action to run another workflow (RUN_WORKFLOW)
1 vote · 0 comments
Feature request: Discover workflow actions from MCP servers
4 votes · 0 comments
Workflow builder: no undo/redo (Ctrl+Z / Cmd+Z does nothing)
2 votes · 0 comments
Feature Request: Error Nodes for Workflows
1 vote · 0 comments
New standard object: Events
3 votes · 0 comments
No comments yet.