neo4j-labs / neodash

NeoDash - a Dashboard Builder for Neo4j
https://neo4j.com/labs/neodash/
Apache License 2.0
397 stars 129 forks source link

URL in parameter dictionary results in '[object Object]' in markdown #825

Open m-crown opened 4 months ago

m-crown commented 4 months ago

When utilising dictionary from parameter set with report actions, accessing the URL variable results in [object Object] instead of the string stored in the database:

image

The URL is stored in a database node:

image

and the properties of the node are being used as the dictionary.

Code in markdown:

Name: `$neodash_domain_properties['domain']`

URL: `$neodash_domain_properties['url']`

Other string variables in the dictionary render as expected, so i think this issue is specific to URLs