\define thisAction()
<$action-setfield $tiddler=HelloThere text="""$(HelloThereText)$$(LearningText)$"""/>
\end
<$set name=HelloThereText value={{HelloThere}}>
<$set name=LearningText value={{Learning}}>
<$button>Test
<<thisAction>>
</$button>
</$set>
</$set>\define thisAction()
<$action-setfield text="{{!!text}}
hi there">
\end
<$button>Test
<<thisAction>>
</$button>