-
Hello, Is it possible to generate separate Log records in a single Flow? I can create multiple Log Entries related back to a single Log currently. If we needed to generate distinct Logs with Log Entries via a single Flow transaction is that possible? For instance we might want to isolate INFO logs for different events in the process (ex: an INFO Log for a part of the process and another distinct INFO Log for a separate part of the process). Thanks in advance! Nathan |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @shuylern - this is not possible in Nebula Logger, as a |
Beta Was this translation helpful? Give feedback.
Hi @shuylern - this is not possible in Nebula Logger, as a
Log__c
record always represents a single Apex transaction, so there's not a way to split log entries from the same transaction into different logs. But there might be some other options, depending on what you're trying to do. Can you clarify in your use case on why you want to isolate certain log entries? Is it for reporting purposes?