초대는못해
(초대는못해)
September 15, 2025, 7:48am
1
Hello!!
I’m trying to figure out why the Index output of Member Index isn’t returning any value.
I have 757 points (from file no.2) and 185 lines (from file no.1). For each point, I need the index of the line it lies on.
In Member Index, the Index output is null.
Why is this happening, and what’s the correct per-branch setup to get the first matching index?
Thank you!
HelpMe.gh (13.3 KB)
Intuos
September 15, 2025, 8:16am
2
When Member Index does not return a match, it is usually a problem of data types mismatching. Try to cast both inputs into an Integer param so both inputs are integers.
Hi,
yes, you should cast the query value to an integer.
If you do not get a result it means there is none in your list.
Hope this helps,
T.
초대는못해
(초대는못해)
September 17, 2025, 11:49am
4
Thank you for your answer. It’s working properly now.