document_type added
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
{{ JSON.stringify($('getTags').all().map(i => ({ id: i.json.paperless_id, name: i.json.name }))) }}
|
||||
[Tags End]
|
||||
|
||||
[Documents Start]
|
||||
{{ JSON.stringify($('getDocuments').all().map(i => ({ id: i.json.paperless_id, name: i.json.name }))) }}
|
||||
[Documents End]
|
||||
|
||||
[Dokument Inhalt Start]
|
||||
{{ $('documentObject').item.json.document[0].content.substring(1,1000) }}
|
||||
[Dokument Inhalt Ende]
|
||||
Reference in New Issue
Block a user