I have created a system that lets users assemble pieces from collections, placed inside of a master collection. Right now I am letting the users choose which one is the master by manually typing the name of it.
But is there a way to get this information with the eyedropper tool instead? And then access the name of what was chosen in that field?
For context, here I've actually named the collection "MasterCollection" but the system just looks for whatever name was typed in the UI. So if the user called it "BigCollection" they could then select it with the eyedropper directly. Or if they have multiple of these master collections, easily pick a different one:
And this is what the simple UI looks like right now, where I'd like to use the eyedropper instead of the StringProperty fields:

