"Split field by separator" doesn't work using _ALL as field

Can you please show us a screenshot to see how you use this type of Action?

Have you checked Alt + T to see if multiple fields with the same name have been created?

BTW: The Action "Split field by separator" does not work for _FILENAME (included in _ALL), because it only splits the content of tag fields by separator, not a filename (nor a directory name).

Special Fields

  • _TAG covers all tag fields
  • _FILENAME denotes the file name of the file
  • _DIRECTORY denotes the parent directory of the file
  • _ALL contains both _TAG and _FILENAME (not _DIRECTORY)