log

This block is part of the logging group and was last modified in core v10.4.28.

log v10.4.28

In pins 1 + flow
  • flow
    flow
  • message required
    value
Out pins 0 + flow
  • flow
    flow
console.log

A typical wiring for log: value feeds the message pin; get document feeds the flow pin; the flow out pin feeds branch.

Studio canvas example for the log block: typical wiring for log.

Commonly used with

In production blueprints, this block is most often wired together with:

  • value: feeds into this block. Simply returns the provided value.
  • get document: feeds into this block. get a specific document based on the given GUID.
  • create: feeds into this block. Creates a new function that can be executed using the given name.
  • branch: wired in both directions with this block.
  • get fields: feeds into this block. Gets the selected fields from the given object.
  • Request: POST json: feeds into this block. Performs an HTTP POST request to create or submit data to the specified URL with a JSON body.

Used in these guides

These documentation pages use or explain this block:

Version history

Introduced in v10.4.28.


Back to logging Return to the main group to view all sub-groups Back to console Return to the group to view all blocks within this group