-
Notifications
You must be signed in to change notification settings - Fork 24
Log
Miriam McMahon edited this page Apr 27, 2023
·
5 revisions
Write a message to the operation debug log.
Parameter Name | Description | Type | Resolved Type | Required |
---|---|---|---|---|
Text | The content to be logged | Value | String | No |
{ "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%" }}