Using line trace to get a specific instance of an actor and running into issues

Hi, I am new to unreal and I am currently trying to use line trace so that when I press e on my actor, crop placement, it brings up a menu that lets you choose from seeds. Then using line trace I want to have it spawn the seed only at that specific actor. Because what happens right now if there is multiple instances of the actor, is the menu won’t appear for the first placed crop placement and the last placed crop placement lets the menu appear, but it spawns the seed at the first crop placement.

Line trace BP

Crop placement BP

Blueprints for the menu and spawning the seed

I would really appreciate any help as I have been stuck on this for a bit now.