While in the form, another configuration document was created in another window, the picklist found it, but the @Dblookup failed.
The reason was that @picklist uses "NoCache" by default, and "NoCache" was not used in the @Dblookup field and this was causing the problem, so use "NoCache" when using @Dblookups in conjunction with data that was obtained with @picklist.