Hi, I am trying to use a message catcher (or anything) wrapped around a list to set a fieldname to the value selected from the list;
the following is extracted snipits
\define set-fieldvalue-actions()
<$action-setfield $field=<<fieldname>> $value=<<selected-value>>/>
\end
...
<$messagecatcher $tm-navigate=<<set-fieldvalue-actions>> >
<$list filter="[<fieldvalues>enlist-input[]]" variable=selected-value>
</$list>
</$messagecatcher>
...
Can anyone tell me how to make this work?