-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Open
Description
Describe the Bug
Previously operations could access throws Errors from previous operations.
Script Operation example
const errorMessage = data.$last.messageSend notification example
// Message
Full-error:
{{ operation_key }}
Both doesn't works anymore. I assume it's due to the sieveFunctions function implemented in #25106
To Reproduce
- Create an operation, which throws an error
- Add a script-operation to the error-path
- Check $data.last --> it's an empty object
- Try to include the error in an notification: --> empty object too
Directus Version
v11.9.3
Hosting Strategy
Self-Hosted (Docker Image)
Database
No response
the-other-dev