ProtectedgetGet boolean parameter value with default
ProtectedgetGet file content from various sources based on parameters Priority: FileID > FileURL > Data parameter
Action parameters
Name of the parameter containing direct data
Name of the parameter containing file ID (default: 'FileID')
Name of the parameter containing file URL (default: 'FileURL')
Object with content and metadata
ProtectedgetGet numeric parameter value with default
ProtectedgetExtract parameter value by name (case-insensitive)
ProtectedInternalParses XML and extracts data using XPath expressions
The action parameters containing:
Extracted data based on XPath or full JSON conversion
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
ProtectedsaveSave file to MJ Storage. Uploads the content to a FileStorageAccount and creates the corresponding MJ: Files entity record.
File content as string or Buffer
Name for the file
MIME type of the file
Action parameters (for contextUser)
OptionalstorageAccountName: stringOptional: name of the storage account to use (falls back to first active)
OptionalstoragePath: stringOptional: custom storage path prefix (falls back to artifacts/{date}/{uuid}/)
The ID of the newly created MJ: Files record
Action that parses XML data and extracts content using XPath expressions Supports namespaces, various return types, and multiple input sources
Example