Getting Elements That Have Points Inside Their Boundingbox

Hi everybody
I have a code in Dynamo that gets some points from excel and then return the elements that have at least one of those points inside them. My issue is I want both the element and the point or points that are inside each element in a pair, but I just get the element.
Any one can help me ? Thank you very much!

You search to see if any points return True to get the element. Now you need to find which index returned True to get the point.

Thank you so much dear Nick , It works correctly.