Preserving tag values from files dependent from the value of the custom1 tag

You could use something like this:

$if(%custom1%,$unset(title))

$unset clears the new tag value, so the existing value in the file will be kept. Just make sure you don’t have “clear existing tags” activated.

2 Likes