thomast
Enable multiple-workspaces
yep, see associated doc https://twenty.com/developers/section/self-hosting/docker-compose#step-1:-set-up-the-environment-file
5 replies
Workflow Documentation
Interesting, we definitely need a doc then. Thanks for sharing your use case, it can definitely be done using workflows.
First issue, when you set the variable
Record ID
, you will only get the value and not an object. So your function should not expect {"Record ID": "ddd08..."}
but only ddd08...
as value for the variable a
Second issue, given what I just explained, b
will not have the value {"Amount Micros": 1234.00, "Probability": 0.1}
. It will read both values and concat into a number. So you probably received something like 1234.0001
for b
. You need to separate into 2 distinguished variables8 replies
Issue with yarn database:migrate:prod on version 0.43 – duplicate key value error
@Etienne would you know anything about it? I see a commit that may be intended for fixing this https://github.com/twentyhq/twenty/commit/258025a18f5d5ada8dd57c03cb1544870b270ede
15 replies
Issue with yarn database:migrate:prod on version 0.43 – duplicate key value error
Yes this is fine. Could you please go to your DB and tell me:
- in the schema core, _typeorm_migrations table, what's the name of the last migration that has been run?
- same with the schema metadata, _typeorm_migrations
15 replies
Not able to Setup dev environment
So you followed https://twenty.com/developers/local-setup#step-3:-set-up-a-postgresql-database ? Can you access the DB at localhost:5432, user postgres and password postgres ?
7 replies