Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Write content to record as attachment activity

This activity writes the content passed in from an input and creates a designated attachment to a given record.

The Write content to record as attachment activity can be used with any workflow to write content and attach it to a record.

Input variables

Input variables determine the initial behavior of the activity.

VariableDescription
tablename [string]The table name for the record. This input field is mandatory.
sysid [string]The system identifier (sys_id) of a task record. This input field is mandatory.
payloadThe plain text content to be written as an attachment. This input field is mandatory.
filenameThe attachment file name.

Output variables

The output variables contain data that can be used in subsequent activities.

VariableDescription
result [string]Indicates whether the update was successful.

Parent Topic:Common Security Operations integration flows and orchestration activities