Write content to record as attachment action

  • Release version: Washingtondc
  • Updated February 1, 2024
  • 1 minute to read
  • This action writes the content passed in from an input and creates a designated attachment to a given record.

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

    Input variables

    Input variables determine the initial behavior of the action.

    Table 1. Input variables
    Variable Description
    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.
    payload The plain text content to be written as an attachment. This input field is mandatory.
    filename The attachment file name.

    Output variables

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

    Table 2. Output variables
    Variable Description
    result [string] Indicates whether the update was successful.