On the Aura Explore tab, scene actions, the following scene action doesn’t change relationship properties from right clicking on selected arrows. Any idea why this would not be working? Is it an enterprise only feature?
I have write transaction tickbox enabled.
MATCH ()-[r]-()
WHERE id(r) in $relationships
SET r.Name = COALESCE(r.Name, 'delivers')
RETURN r;
Expected behaviour
The arrow Name property for selected arrows should take on the name delivers.
Thanks Michael
It’s definitely not a refresh issue. It doesn’t get written. The refresh issue does come up for creating relationships through scene actions but which works. Changing relationship properties doesn’t seem to write.
The selected relationships are empty (they have no properties, just the label)
Refreshing doesn't show the 'delivers' and the .Name property is set to show on Relationships (other arrows with Name properties are showing). Thanks.
Thank you for the info! I've managed to reproduce this behavior. It seems to be specific to Aura Free, since the very same scene actions works if you connect Workspace to a local database (e.q. one from Neo4j Desktop). It will require us some time to investigate what exactly is happening.