Remove Item from Object
Overview
Removes the specified property from the target Object.
Parameters
Parameter | Parameter | Valid Blocks | Required |
---|---|---|---|
From | The object to modify | Reference Block Group | No |
Remove Property Path | The path to the property that will be removed from the Object. e.g. `name` to remove the property `name`. To remove a nested object property (if name is an object with a property called first), `name.first'. Or to remove a nested array item, name[0], if name is an array. Use double quotes if names contain a bracket or dot. | Text Process Block Group | No |