Following on from my earlier missing tags issue, I now would like to automatically create the missing target tiddlers.
I have a filter in the tiddler Create Missing Target Tiddler as follows:
<$list filter="[has:field[test_field]tags[]!is[tiddler]]" >
<<currentTiddler>>
<$action-createtiddler $basetitle=<<currentTiddler>> tags="to_be_tagged" $overwrite="yes"/>
</$list>
As you can see from the screengrab,
the result is that each tag whose target tiddler is missing is listed but its corresponding tiddlers are not created.
Can’t work out what is wrong.
Any clues?
bobj