Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-12-2022 01:44 AM
In Bloom, if I want to create a node with a special property that is generated by a function, it seems to convert that function name into a string and use that string for the property value.
Fore example, one of the property on `Person` nodes is `PersonId`, which is generated by 'randomUuid()`.
If I create new node and specify this property value with `randomUuid()`, I won't get the value, but this function name written as that particular node's PersonId.
How to achieve this in Bloom?
All the sessions of the conference are now available online