Field ‘reference’ has several values — KingGeorge [[Prince Harry]] Queen Mary.
When I complete editing by clicking on ‘Done’ button, I want to sort the contents of this field so that they appear as: KingGeorge Mary [[Prince Harry]] Queen
<$list filter="[enlist{!!reference}sort[]]">
will get the list of values properly sorted.
What do I need to do to store these back in the field ‘reference’?