Hello, all. I’m tinkering with the Batch Update block, in order to update values in a single-line text field. I’m looking to append text either to the front or end of the field’s existing values.
Is there a way to reference a field’s existing value in the “New Value” box? So if the field I’m updating is “Name”, I would write something like [Name] & "_AddThisText"
…or does the Update Value process only update to literal text strings?