I'm trying create multiple notes in a loop group. I dynamically set the new note name, but unfortunately only the first one is being used by cannoli. The subsequent notes are not being created - instead, the first one created is being rewritten (and not with the new content, but somehow with the new name of the note which should have been created).
Tried different things, nothing works.
Repro:
- Run the simple cannoli. After first iteration the note "Title for note 1" is created with the correct content:
- If my loop has more than one iteration, every next iteration would not create new note "Title for note X", but instead it would put the text "Title for note X" inside of the "Title for note 1" note:
