Salesforce - Error On Dynamic Lookup

I am trying to do a dynamic lookup on a "Path To Many" field and receiving an error. My question is if this is even possible?

@daveguderian it's not possible. You'll have to specify a fixed index to go to like _PARENT.DependentInformation[0].DependentPersonID

Thanks Tyler. I appreciate the quick response!