How do I mask sensitive data in sandbox environments?

Use masking functions in an Executable's Field Mappings to generate masked values during execution. DSP provides functions such as:

These functions are only supported in sandbox environments to prevent accidental modification of production data.

You can also build custom masking formulas — for example, generating obfuscated email addresses:

FirstName & "." & LastName & "@test.com"

For the full set of masking and transformation functions, see the Transformation documentation.

FAQ Image