Example please: assign(id, val)
"assign(id, val) -- assigns val to id, then returns val. id must be an identifier, not an expression"
I can't seem to get this to work.
What I'd like to do is assign the data from a column-build-from-other-columns to a text or long-text column.
Basically I want to automatically save some data BEFORE making any changes.
IE: assign(#pre_edit_save, field('#build_pre_edit_save'))
#pre_edit_save being a long text column
#build_pre_edit_save being a column built from other columns
<!--build_pre_edit_save ([bulk edit metadata search & replace] build_pre_edit_save -> pre_edit_save)-->
<div style="font-size: medium; background-color: White; ">
<span style="color: Red; ">{authors}: </span>
<span style="color: Green; ">{#save_title}</span>
<div style="color: Black; ">{#title_extras}{series}{series_index:|: |}</div>
</div>
|