Attachment Data
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 |
|
|
| The name or key of the data field. Must be unique. |
required |
|
| false | If set to ‘true’, the key value must have a value of some sort, either true or false. |
include |
|
|
| Only include file names which match the specified regular expression. Note: “.*” is a Java Regular Expression for “any character of zero or more time occurrence”. |
exclude |
|
|
| Exclude any file names which match the specified regular expression. 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.