Folder Action Import to Specific Group

I apologize if the answer for this exists somewhere in the forum already.

I am trying to modify the folder action script to import the items that are dropped into the folder to a specific group (an Inbox group) rather than the top-level group which gets very very messy.

Does anyone know how to do this?

Thanks for your help.

I created a group in my database named “Incoming”.

Select DT Pro’s Preferences > Import. For new notes I selected Incoming as the location to which (most) new items will be saved.

In the Finder I attached the Folder Action script that will Import to my database items saved to or dropped into that folder.

Those items will now be sent to my Incoming group.

I have done the same, and yet the items dropped into the folder do not go to the group I set to receive new notes (which is called “0 Inbox”)

I modified the script to target a specific database in the following way:

tell application "DEVONthink Pro" to launch
tell application "DEVONthink Pro" to open database "/Users/kc/Documents/Research/∂Research.dtBase"

Is there any way this is causing DEVONthink to drop items in the top-level?
Is there any way to cause the script to target a specific group?

Thanks for your help.