On creating from stationery, how to get title in applescript

I have a applescript that is execute when creating new record from a stationery. EagleFiler always asks for a title in a dialog before creating the record. Is there a way to get this title in the stationery applescript ?

My reason is that I want to take user input and concatenate it with other strings for the new title and other elements.

thanks
bob

That’s not currently possible, however:

  1. If you show the File column in the list, EagleFiler won’t ask for the title.
  2. You can use display dialog
    in the AppleScript to prompt for a title, and then use that string in the script.