Grooper 21.00.0082 is available as of 12-12-2023! Check the  Downloads Discussion  for the release notes and to get the latest version.
Grooper 23.00.0042 is available as of 03-22-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 23.1.0018 is available as of 04-15-2024! Check the  Downloads Discussion  for the release notes and to get the latest version.
Options

List of document names from a batch out of Grooper

Is there a way to get a list of document filenames from a batch within Grooper?
Tagged:

Comments

  • Options
    jspraguejsprague Posts: 10
    Folder.NativeVersionFileName will get the name of the file in a data field. You can also use  Folder.NativeVersionFileName.substring(0,10) to get the first ten characters or change the numbers in the parentheses to select other specefic segments of the filename.
  • Options
    jspraguejsprague Posts: 10
    You could also use this data model expression to return just the filename from a batch folders content link: Link.LinkName
  • Options
    jspraguejsprague Posts: 10
    One last thing, if you have removed the document link via the execute  remove link command you can still get the filename by using: Folder.AttachmentFileName
  • Options
    jbabbitt103jbabbitt103 Posts: 4
    thank you for the abundance of options, I will definitely be trying the last, as I did do an execute remove link command on this batch.  Thanks!
Sign In or Register to comment.