Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

Search Records Is Today condition is broken

Hi, when using the 'Search Records' action and the 'Is Today' condition, the output only shows the date of creating or modifying the workflow. Using my Google Chat integration as an example. Trigger - Schedule - Daily -> Action - Search Records - Object People - Conditions Where Follow Up Date (Custom field in people data model just date selection) Is Today - Limit 30 -> Action - Iterator - All People -> Loop -> HTTP Request - POST - Raw JSON { "text": "iterator.firstname iteratior.lastname iterator.email" } ...

Proper Shutdown with Docker

What is the proper way to shut twenty down when running in docker, when I do docker stop or docker down the twenty_worker exits with code 1 and twenty exits with code 137. Fresh install with docker and version 1.8.1. All seems to be running correctly, just the shutdown codes are bothering me, no other log info that I can find...

Issue running Serverless Functions on self-hosted setup

I'm on v1.8.2, and when running my manually triggered Workflow my serverless function is not outputting as expected. It works fine when testing in the editor and outputs exactly as expected, but when running the workflow it only seems to output giftAmount and userFirstName, but not userEmail or key, which is a api key I've set in the .env file. Is this expected behavior? Am I doing something wrong? Any help would be much appreciated! Thanks in advance!
No description

Crash page on cloud version

Hey there, I’m getting a “Sorry, something went wrong. Please refresh the page” error on the Twenty webapp. I’ve tried reloading, clearing cache, and different browsers, but the issue persists. The only page I'm able to view is settings page ...
No description

Easypanel

I'm using EasyPanel. I'm tring to upgrade from V1.0.0 to V1.3.0 or V1.6.0 Just don't work ... How can I do it?...

How to see all 'people'?

I recently discovered Twenty and love it so far! I was importing people, and have about 200 in there now. However, at the all people list I see about 50'ish, how do I go to the next page or see them all?

Failed to load config variables from database

Hi, I am trying to setup twenty crm on my local machine for the first time. I would really appreciate any assistance in fixing this. My postgres settings are these: user: postgres password: password123...
No description

Upgrade not Possible: Manifest Unknown

I'm self-hosting and tried to update v 1.7.0 and 1.8.0 (currently on 1.6.7), but I keep getting this error: ``` 2025-Oct-28 15:46:40.269688 server Error manifest for twentycrm/twenty:v1.7.0 not found: manifest unknown: manifest unknown 2025-Oct-28 15:46:40.269688...

Email still not Syncing

I have the problem that ever since I installed 20, my E-Mails have not been syncing. I am currently using the Microsoft-Login. I am currently on version 1.6.7 (because I keep getting errors when trying to upgrade). I remember that this was an issue with others earlier too - is this still an open bug?

Help with Workflow

I have a data model named Lead. Each lead can have one or more tasks associated with it (for example, a task named abc). Whenever the status of a task is updated, I want to automatically create a new task for the same lead, based on the updated status. ...

Updated By field?

Hi, Im creating some basic workflow to send a notification when someone update a record (a task), but I can not see how to get who made the last update... just who create the record. How can I access to who made the last change on some record? Right now my code block are making this query: ...

Product possibly owned by different types of objects

I have an object called Product. A product can be owned by a Person, a Company, multiple Companies or even a mix of Persons and Companies. How can I represent that using :twenty: ?

API Objects

How can i easily get all objects on a workspace through the api? I'd like a list of all standard + custom objects (company,opportunity,etc)

"Please compile your catalog first." errors on v. 1.7.2

I'm trying to upgrade our version of Twenty. I've sucessfully gone from 1.6.7 to 1.7.2 (1.7.2 shows in core.workspace.version) however, we are seeing a lot of errors like this one in the logs:
```Uncompiled message detected! Message:
zeUoGl
...

Row level security and permissions

Where can i find more info on row level security and permissions in twenty? I need to implement strict permission and want to know the best way to go about this

What do you use for dashboards?

We want to set up dashboard so we can track metrics for our sales function. How have people built dashboards with Twenty? Any native features i should know of, or do we have to build our own/buy?

400 Returned API Request when a 'Query read timeout'

When fetching many of a custom objects with depth = 1, a 400 is returned after 10 seconds when the request times out. Two questions: - Can I raise the timeout time? - Shouldn't this return a 408?...

How to delete an email account

I have created an access to my imap email account. On the sync it say "Synchronisation failed". How can I retrigger the sync, change the settings or delete the account. Thx...

Rest API format for relational fields

How do I set relational fields (Person and Assignee) when creating a Task via the REST API? What's the correct JSON format? Currently trying to send calendly bookings to tasks via zapier tied to person --> company. Everything else populates except for the relational fields....