what is write to log step ?? what is the primary use of write to log step? till now my understand is we use write to log to get detailed log with the field name .
What is the Write to Log step? The Write to log step is part of the Utility Plugin in Process Studio. It is used to write information directly to the Process Studio logging console and log files.
What is its primary use? Its main purpose is to record workflow execution details. Just as you mentioned, it is typically used for debugging and auditing by printing out specific field names and their current values at a specific point in your workflow. This helps you verify that your data is flowing and transforming exactly as expected.
Important Security Feature: To prevent sensitive data exposure, the step automatically redacts secret fields, variables, and sensitive credential attributes (like .Password or .Encrypted1), replacing them with ******** or AE_CRED before writing them to the log.