Workflow search by integer field seems to be broken
I hava a demo model (see screenshot 1) and a workflow triggered by it's update (screenshot 2), but once it's triggered it can't find any objects.(screenshots 3 and 4)
The same filter in objects list works absolutely fine(screenshot 5)
running v1.11.5, tried restarting and recreating models and workflows.
btw if find that adding an equal/not equal filter for integer fields might be also helpful in some cases, was surprised not finding it.





12 Replies
Hi team, should i create a github issue?
Hey @Baptiste Devessier could you please have a look to this when you have some free time please ? 🙏
I will check tomorrow. Thanks for reporting your issue.
Thanks! Feel free to dm me if you'll need any extra information
Hi!
Indeed, there is a bug with Search Records actions. Sorry for the inconvience, we'll fix it. It seems that variables aren't properly resolved.
There is an operator to compare numbers :
is and is not. Would it help you solve your issue?
Thanks!
but for numeric fields there is no is/not is

@Vladislav, I've fixed the bug. It will be available after the next release.
Thanks for reporting it!
Great, thanks!
Could you report the bug in an issue? It seems that we should support numeric and number fields the same.
sure, will do in the mornig!
GitHub
Numeric fields filtration · Issue #16162 · twentyhq/twenty
Numeric fields do not allow to filter by specific value, but should support is/not is filtration too