Flowifier Docs
Home
  • Overview
  • Getting Started
    • Sign up
  • Workflow Actions
    • Logic and Flow
      • Branch by condition
      • Branch by stage
      • Set next stage
      • Branch by value
      • Run parallel paths
      • Run if condition is true
      • Loop number of times
      • Loop over each element
      • Loop by condition
      • Set of actions
      • Set Instance Name
      • Log to Journal
      • End this workflow
    • Operations
      • Set a variable
      • Calculate a value
      • Find in a string
      • Modify a string
      • Add an interval to a date
      • Get an interval between dates
      • Pause for a duration
      • Pause until a date
    • User Tasks
      • User Choice Yes/No
    • Collections
      • Add an item to a collection
      • Get an item from a collection
      • Count items in a collection
      • Sort items in a collection
      • Remove duplicates from a collection
      • Clear collection
    • Communications
      • Send an email
      • Do an HTTP(s) remote call
      • Send an MQTT message
      • Send an AMQP message
    • Files
      • Generate CSV File
      • Generate JSON File
      • Generate XML File
    • Dropbox
      • Create Folder
      • Delete Folder
      • Download File
      • Upload File
    • Google Drive
      • Create Folder
      • Delete Folder
      • Download File
      • Upload File
    • Microsoft OneDrive
      • Create Folder
      • Delete Folder
      • Download File
      • Upload File
    • Microsoft Teams
      • Send a Message
    • Slack
      • Create Conversation
      • Post a message
  • Privacy and Security
    • Security
      • Reporting bugs and vulnerabilities
      • Subprocessors
      • Security FAQ
    • Privacy statement
      • Cookies
  • Others
    • Changelog
Powered by GitBook
On this page
  • Description
  • Configuration
  • Fields

Was this helpful?

  1. Workflow Actions
  2. Logic and Flow

Log to Journal

PreviousSet Instance NameNextEnd this workflow

Last updated 1 year ago

Was this helpful?

Description

Use the action to log a message or a variable to the workflow instance journal.

This can be very useful in tracing variables throughout your workflow execution.

Configuration

Drag the action from the pane to your workflow and drop it where you want to log to the workflow instance journal.

In the message field, type the message or choose a variable to be logged.

Fields

Setting
Description
Data Type

Message

The text or variable to be logged.

Text

Log to journal
Log to journal
Logic and flow actions