Twenty

T

Twenty

Building a modern Open Source CRM, powered by the community

Join

❓︱help

🏡︱general

💻︱development

How to connect Contact and Company to a Deal via workflow

Hi, when I try to set up an automation where a lead gets a specific label, the workflow should start and create a deal that connects to the lead plus the existing contact and company that were already linked to that lead. But it just does not work properly. This is the setup I tried to use as you can see in the screenshot. The issue is that when you search for the contact or company ID and filter it to match the one that was already connected to the lead, it always picks the first entry in the array. Sadly that one is not the ID that was originally linked. (see screenshots) I also tried searching for the exact contact or company ID with a filter for this specific ID, but the result was still the same. (see screenshots)...
No description

Worflows queue seems to be stuck

I have old workflows stuck in "running" but not doing anything, and one stuck in the queue. Is there a way to interrupt the hanging ones? for context: ...
No description

Issue: Emails sending as raw JSON/ProseMirror structure via Google Integration

Hey all, I have the following issue - would be very happy If someone has an idea: Context: I am using the standard Twenty Google Email integration to send outreach emails. No external tools. Yesterday everything worked well, Today there are some Emails sent correctly and some not. The Issue: Recently, some emails are being sent and received as raw JSON code (the internal editor state/ProseMirror schema) instead of rendered HTML. Observation: It seems to happen specifically when I use variables in the text. In the failing JSON payload, I noticed a variableTag node that might be causing a serialization failure....

first upgrade from 1.10 to 1.11, nothing happens

Hery huys, this is my first update for my self hosted twenty. In the docker compose file, the tag is by default "latest". So I thought that docker compose down and up would bring me to the latest release, but I'm still in v1.10.2 Did I miss something there: https://docs.twenty.com/developers/self-hosting/upgrade-guide ? I checked here: https://hub.docker.com/r/twentycrm/twenty/tags and latest do seems to be pointing at v1.11.2...

v1.3 doesn't work after upgrade from v1.2

Getting error when trying to open the main page: ``` server-1 | Exception Captured server-1 | [ server-1 | Error: Query.apiKeys defined in resolvers, but not in schema...

How to get user that updated a record.

it seems that in created by there is an Actor. but i can not make another field updated by to set it to Actor also. I can select workspace members but this should not be selectable. Consept is to create a correction tasks for the person that broke a record listing all the mistakes

Round robin leads assignment

In workflows documentation there is a brief expatriation on how to implement a round robin leads assignment - https://docs.twenty.com/user-guide/workflows/internal-automations#lead-assignment-round-robin But i can't really find a code example for the "Code action to determine next rep in rotation" step, nor any documentation for the code step of the workflow at all, could please somebody share?...

Fields grouping

Hi, i have a model with 50 fields and in a object view card i'd like to group those fields, is there a way to do it?

Difficulty adding my calendar/email

I don't want to add my specific calendar/ email but we have sales reps on our team who do and they are not able to do that right now. I've included screenshots from my account of what they're also seeing. What is missing from our account and are you able to help? Thank you so much,...
No description

Generic OAUTH/SAML/LDAP

Hi, I'm wondering if its possible to connect twenty with a generic authentication provider. Specifically in my case this is authentik. I am part of a non-profit organisation with around 100 members so this is pretty crucial to make twenty viable for us.

Workflow if condition with 2 outcomes.

Can an if condition in workflow split the workflow in 2 branches so different steps to follow?

How to control uncontrolled creation of records

Is it possible to have workflow that blocks creations or changes on a record are not allowed? I mean you can not create a record without a value or you can not update a record letting something empty if you have set another variable. Like you can not set a status of a record to closed if you do not set also the relative date. Is it possible to block or to control in any case? The user might try by mistake create or edit several records where the core data are missing

Setup of Mandatory fields.

It was recomended that with direct db access i can set some of them as mandatory. It seems in case of text at least i can not. When i set description to not null but i remove the default ''::text value i can not hit the create new record cause i get exception
No description

APP_VERSION - Dev Mode

A quick question, any way for me to be able to know which APP_VERSION am i running? Is there a tag on the database or something that I can use? I lost my git history due a mistake 😬 ....

Relations not visible anymore from tasks - v1.11.0 Self Hosted

Hey team! Since the last update this weekend, no relations are visible in tasks. They are still created correctly and the relation is saved properly.
During task creation, the relation is visible, but after a refresh, it disappears.
...
No description

Enabled Dashboards on settings but Dashboards Tab/View not appearing on side bar?

I need help troubleshooting this, been trying different things but it’s not working, (I’m running the latest version on self host docker)

Unable to build createdBy metadata - no valid actor information found in auth context

I've set up a workflow to run an HTTP Request to our internal ERP to fetch the list of debtors in the system, I then have an 'Iterator' loop over each one. The action inside the Iterator is 'Create or Update Record' on the 'Companies' object, I've pre-set all required fields to their values from the iterator node. When I try to test this workflow, it inevitably fails with: Unable to build createdBy metadata - no valid actor information found in auth context. ...

Migration on Container Restart

Hi there, Everytime I restart my docker containers, this appears in the startup log: Initialized upgrade context with:...

How to upload file using Rest Api in CRM

I need to upload some file use rest Api, please help mi!