Upon clicking a button, I want to be able to move the value of ‘fielda’ to ‘fieldb’ of ‘Test’ tiddler.
So, I wrote the following:
<$button>
<$action-setfield $tiddler="Test" fieldb={{!!fielda}} />
A to B
</$button>
But that does not work.
What is going wrong? How do I correct it?