Apply standard Transform text feature to manipulate data before writing into field.
use cases:
- Transform values when mass-copying value from field to field, e.g. date into description in specific format
- Transform existing values in fields, e.g. Description is all lower/upper case, need Camel Case with mass-change
- Transform during import (questionable, would require some additional setup)
✅ Can provide implementation
Apply standard Transform text feature to manipulate data before writing into field.
use cases:
✅ Can provide implementation