-
works as expected:
nothing returned:
works well:
not work(pid is #1:0):
is there any limitation on @Rid ? |
Beta Was this translation helpful? Give feedback.
Answered by
lvca
Aug 3, 2022
Replies: 2 comments 1 reply
-
returns:
just change
returns:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I was able to reproduce the issues you reported. Fixed the IN (didn't work with only one item to match) and the LET didn't store the result in the local context. Now if you use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kran
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was able to reproduce the issues you reported. Fixed the IN (didn't work with only one item to match) and the LET didn't store the result in the local context. Now if you use
$parent.pid
you should be able to access the parent's pid variable.