Hi Team, over time I have accumulated lots of cypher commands on my notepad. I would like to be able to cut this from my notepad....MATCH (n:AWS_ACCOUNT) WHERE n.ACCOUNT_SHORT_NAME CONTAINS 'egress' RETURN n and then paste the entire query directly into the Bloom search bar.
This way, instead of composing a query on the Bloom query bar, , I just paste away my pre-crafted cypher statement then press Enter.
what version of Bloom?
what operating system? Windows? Mac?
What have you tried which has not worked
Are you not able to highlight said cypher statement and with Windows, hit CTRL-C so as to put the highlighted contents into your copy buffer, and then in Bloom click the query bar and enter CTRL-V so as to past out of the copy buffer? Does this work?