falsche tag id zugewiesen
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
[Korrespodent Start]
|
[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]
|
[Korrespodent End]
|
||||||
|
|
||||||
[Tags Start]
|
[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]
|
[Tags End]
|
||||||
|
|
||||||
[Dokument Inhalt Start]
|
[Dokument Inhalt Start]
|
||||||
|
|||||||
Reference in New Issue
Block a user