The table describes the log data captured for flow runs based on the selected log level (Basic or Detailed) and the type of application used in a flow step. Understanding this helps you know what execution details are available when reviewing run logs for exports, lookups, and imports.
The following table outlines the generic execution details captured at the record level for all supported applications.
|
Log Level |
Export / Lookup |
Import |
|
Basic |
• Record status (Success / Ignored / Error) • Record start and completion timestamps • Time taken at each bubble (step) • Trace key |
• Record status (Success / Ignored / Error) • Record start and completion timestamps • Time taken at each bubble (step) • Trace key |
|
Detailed |
• Everything included in Basic |
• Everything included in Basic |
Note
Generic details are always captured at the record level, regardless of application type.
The following table describes additional details captured for HTTP-based and NetSuite SuiteScript 1.0 applications, including JSON, XML, Webhooks, and Blob-based operations. These details vary by log level and operation type.
|
Log Level |
Export / Lookup |
Import |
|
Basic |
• Request URL with HTTP method • Status code • Export data URI |
• Request URL with HTTP method • Status code • Import data URI |
|
Detailed |
• Everything in Basic • Request payload • Response payload • Request and response headers |
• Everything in Basic • Request payload • Response payload • Request and response headers |
|
Log Level |
Export / Lookup |
Import |
|
Basic |
• File path with filename and type • File created date and time • File size |
• File path with filename and type • File size |
|
Detailed |
• Everything in Basic • Raw response received from the application (selected format) |
• Everything in Basic • Raw request sent to the application (selected format) |
Warning
Run logs larger than 10MB are not displayed. A link to download the logs is available for you to download and view it offline.
Key notes
-
Detailed logs always include everything captured in basic logs, plus payload-level and header details.
-
Payloads and headers are available only when Detailed logging is enabled and permitted.
-
Sensitive fields (such as tokens or credentials) are masked in all log levels.
-
For batch or file-based operations, the same request or response may apply to multiple records.
The following table explains the execution details captured for NetSuite based flow steps based on the selected log level ooo. These logs help you understand how records are processed in NetSuite, troubleshoot issues, and validate execution behaviour.
|
Log Level |
Export / Lookup |
Import |
|
Basic |
Real-time: • Same details as NetSuite webhooks • Error details if a preSend hook fails Scheduled: • Export data URI • Response status |
• NetSuite API endpoint used (with HTTP method) • Status code • Import data URI |
|
Detailed |
• Everything in Basic • Time taken for scripts and hooks • PreSave page execution time • PreSend page execution time • Search filters used and search execution time • Request payload with headers • Response payload with headers |
• Everything in Basic • Conditional, operational, and dynamic lookup request/response payloads (batched) with execution time • Time taken and status for NetSuite hooks • Time taken to process the record in NetSuite • Request payload with preMap data • $R profile used to process the record • Response payload with headers |
|
Log Level |
Export / Lookup |
Import |
|
Basic |
• File path with filename and type • File created date and time • File size |
• File path with filename and type • File size |
|
Detailed |
• Everything in Basic • Raw response from NetSuite (Base64) • Headers |
• Everything in Basic • Raw request sent to NetSuite (Base64) • Headers |