I am using the built-in script for adding files to devonthink.
It includes the following lines:
repeat with this_result in theResults
set this_URL to |URL| of this_result
set this_title to |Title| of this_result
and it works fine. but when I add the following line right after the above 2, the script doesn’t run at all
set this_date to |Date| of this_result
Isn’t DATE the right name for the field? I don’t see anything else in the DA dictionary.