⚠️❗Helper for Custom Warning and Error Logs

by David P

Version 4 (August 7, 2026)

Download (16 downloads)

Call this helper from your flow to log a custom error or warning message.

This helper is used by a broadcast message. In "Broadcast send" block set Action to "customLog.Send" and into Extras put a dictionary containing the required parameters:
● severity ("D" - debug, "I" - info, "W" - warning, "F" - failure/fault)
● text (a log message)
● uri (URI of the main fiber in your flow)

Don't know the fiber URI?
Don't worry, it's simple! You can easily extract the value from "Flow beginning" block under "Fiber URI". Save it to a variable ("URI") and then send that variable in the broadcast.

⚠️ This helper has to be running before you start your flow.
⚠️ If it doesn't seem to work, check if you're passing the correct URI!

How does it work?:
see https://llamalab.com/automate/community/flows/51722 description