Skip to main content
transform.remove, Remove specified fields from an object

Configuration

Configuration goes inside the step’s with: block.
input
record<string, unknown>
Object to remove fields from
fields
array<string>
required
Field names to remove

Output

Returns record<string, unknown>. Object with fields removed