Skip to content
Miriam McMahon edited this page Apr 27, 2023 · 5 revisions

Descrition

Write a message to the operation debug log.

Parameters

Parameter Name Description Type Resolved Type Required
Text The content to be logged Value String No

Examples:

{ "SetItem": {"Name": "boolTest","Value": true }},
{ "SetItem": {"Name": "stringTest","Value": "this is a string value"}},
{ "Log": { "Text": "The value of boolTest is: %{ boolTest }% and stringTest is %stringTest%" }}