Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
[SOLVED] Set properties automatically
Permanently deleted user
Created
Hello,
I have a "Node A" which has a reference to "Node B". I would like to set the name property of Node A to that of Node B automatically. How can I do that?
I found the solution!
add a "Concept Constraints" on Node A
add a "Property Constraint" on name
add a "getter" as:
Node.REF.name;
where REF is the referred-to-node, in my example Node B.