twenty icon indicating copy to clipboard operation
twenty copied to clipboard

[Workflows] Search on empty relation is giving unexpected results

Open StephanieJoly4 opened this issue 2 weeks ago • 0 comments

Bug Description

I created a search on a custom object (user workspaces) based on empty relations. (each user workspace has many Twenty users and each user workspace has many Twenty workspaces => this is my intermediate table of my many to many).

When I search based on those relations "is empty", no records where found (whereas I have plenty meeting this condition in my workspace). Image Image

When I instead created this search, keeping the record empty, the

Image

2 things happened

  1. The search filters were translated as before and
  2. I got the 200 records I expected Image Image

I think the fact the first version of the search not returning results but the second one returning results is unexpected

StephanieJoly4 avatar Nov 14 '25 21:11 StephanieJoly4