This code works great for populating the caption, order and tooltip fields at the click of a button; but I always end up with the draft title instead of the title of the tiddler in the field I end up with the draft title; is there anyway to fix that?
<$button>
<$set name="cap_ord" value="4">
<$action-listops $field="caption" $subfilter=<<cap_ord>> />
<$action-listops $field="tooltip" $subfilter=<<currentTiddler>> />
<$action-listops $field="order" $subfilter=<<cap_ord>> />
</$set>
Populate 'fields'
</$button>