11 lines
395 B
Markdown
11 lines
395 B
Markdown
[Korrespodent Start]
|
|
{{ JSON.stringify($('getCorrespondent').all().map(i => ({ id: i.json.paperless_id, name: i.json.name }))) }}
|
|
[Korrespodent End]
|
|
|
|
[Tags Start]
|
|
{{ JSON.stringify($('getTags').all().map(i => ({ id: i.json.paperless_id, name: i.json.name }))) }}
|
|
[Tags End]
|
|
|
|
[Dokument Inhalt Start]
|
|
{{ $('documentObject').item.json.document[0].content.substring(1,1000) }}
|
|
[Dokument Inhalt Ende] |