Description

A macro which allows the user to select an uploaded attachment, or specify an attachment to upload.

Parameters

Name

Required

Migratable to Cloud?

Default Value

Description

Field Name

  • (/)

  • NO

 

The name or key of the data field. Must be unique.

required

  • (X)

  • NO

false

If set to ‘true’, the key value must have a value of some sort, either true or false.

include

  • (X)

  • NO

 

Only include file names which match the specified regular expression. 
Example: “*txt” for all text files ( as opposed to “*.txt”)

Note: “.*” is a Java Regular Expression for “any character of zero or more time occurrence”.

exclude

  • (X)

  • NO

 

Exclude any file names which match the specified regular expression. 
Example: “.*gif” for all GIF files ( as opposed to “*.gif”)

Note: “.*” is a Java Regular Expression for “any character of zero or more time occurrence”.

Editor View

Macro Edit View

Not applicable.

Notes

Not applicable.