Hi list,
I don't know how to write flow query to get node by url path segment.
I have tried this
getNode = ${q(site).find('[instanceof
TYPO3.Neos:Document]').find('myurl').get(0)}
but it can get only second level and third level, first not.
Any idea?
Thanks in advance for your help.
Best,
Sokly