falsche tag id zugewiesen
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
[Korrespodent Start]
|
||||
{{ $('getCorrespondent').all().map(item => item.json).toJsonString() }}
|
||||
{{ JSON.stringify($('getCorrespondent').all().map(i => ({ id: i.json.paperless_id, name: i.json.name }))) }}
|
||||
[Korrespodent End]
|
||||
|
||||
[Tags Start]
|
||||
{{ $('getTags').all().map(item => item.json).toJsonString() }}
|
||||
{{ JSON.stringify($('getTags').all().map(i => ({ id: i.json.paperless_id, name: i.json.name }))) }}
|
||||
[Tags End]
|
||||
|
||||
[Dokument Inhalt Start]
|
||||
|
||||
Reference in New Issue
Block a user