cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Bloom: use function returned value as property value to create new node

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?

0 REPLIES 0