The "Append to" and "Send to" actions require a data source, i.e. where the data to be appended/sent comes from.
Sources are variables, counters, and the following special items :
| Date (YYYYMMDD) | the current date in YYYY-MM-DD (year-month-day) format |
| DefinitionName | the name of the currently loaded definition |
| Folder | the name of the current message folder |
| FullStreamName | the fully-qualified name of the file, including directory and drive information,
for example: "c:\project\notes.txt" |
| InputBuffer | the current contents of the input buffer |
| MessageStore | the name of the current message store |
| StreamName | the "file.extension" name of the file, without directory or drive information,
for example: "notes.txt" |
| Time (24hr) | the current time at the start of the run in HH:MM:SS (hour:minute:second) format |