mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-31 19:38:46 +07:00
new syntax for admonitions
This commit is contained in:
@@ -10,9 +10,9 @@ The binary data buffer contains all the binary file data processed by a workflow
|
||||
* Using the data in calculations: for example, calculating a hash value based on it.
|
||||
* Complex HTTP requests: for example, combining file upload with sending other data formats.
|
||||
|
||||
!!! note "Not available in Python"
|
||||
`getBinaryDataBuffer()` isn't supported when using Python.
|
||||
|
||||
/// note | Not available in Python
|
||||
`getBinaryDataBuffer()` isn't supported when using Python.
|
||||
///
|
||||
You can access the buffer using n8n's `getBinaryDataBuffer()` function:
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user