Paperless mit Tags

This commit is contained in:
2026-01-04 15:26:15 +01:00
parent ad435a78a5
commit 01a5156d7c
2 changed files with 14 additions and 6 deletions

View File

@@ -1,7 +1,11 @@
[Korrespodent Start]
{{ $('getCorrespondent').item.json.toJsonString() }}
{{ $('getCorrespondent').all().map(item => item.json).toJsonString() }}
[Korrespodent End]
[Tags Start]
{{ $('getTags').all().map(item => item.json).toJsonString() }}
[Tags End]
[Dokument Inhalt Start]
{{ $('documentObject').item.json.document[0].content.substring(1,1000) }}
[Dokument Inhalt Ende]
[Dokument Inhalt Ende]