I am trying to modify a script that imports email and attachments into DTPO. I have a group called “Archive” with a sub-group called “Attachments.”
I am trying to get this line to work:
tell application id "com.devon-technologies.thinkpro2"
set theAttachmentRecord to import theFile to "Attachments"
```"
I expect it to use the sub-group "Attachments," but it creates a new top-level group called "Attachments" instead. I figure I must be close, because it does place the attachment in the group that it creates... it just isn't the right group. :slight_smile:
What am I doing wrong?