Human help needed! Script to create a list of file names in a group into a new markdown file

Well, let’s face the reality - ChatGPT is an impressive solution but plain stupid. In the end it’s just reprocessing the data available on the web without any real understanding. Frequently the results are amazing (due to the huge amount of data & processing power) and in some cases like this one just nonsense. The above “script” is obviously based on various snippets and mixing them without knowing or understanding DEVONthink’s script syntax.

The most basic working script looks like this:

tell application id "DNtp" to return name of children of current group

But even humans need more input (and that’s what a true AI would have asked for), e.g. which group and what do you actually want to do with the names?

4 Likes