Get Details of Files / GetDetailsofFiles (internally is.workflow.actions.properties.files)

usage

GetDetailsofFiles ("Creation Date" | "File Size" | "File Extension" | "Last Modified Date" | "Name")

arguments


get: Enumeration (Docs)

Allows Variables: true

Accepts a string or variable containing one of the options:

  • Creation Date
  • File Size
  • File Extension
  • Last Modified Date
  • Name

source json (for developers)

{
	"ActionClass": "WFContentItemPropertiesAction",
	"Category": "Documents",
	"CreationDate": "2015-01-22T08:00:00.000Z",
	"IconName": "Documents.png",
	"Input": {
		"Types": [
			"public.data"
		]
	},
	"Name": "Get Details of Files",
	"Subcategory": "Files",
	"SuggestedNever": true,
	"WFContentItemClass": "WFGenericFileContentItem",
	"Parameters": [
		{
			"Class": "WFEnumerationParameter",
			"Key": "WFContentItemPropertyName",
			"Label": "Get",
			"Items": [
				"Creation Date",
				"File Size",
				"File Extension",
				"Last Modified Date",
				"Name"
			]
		}
	]
}