Change custom field
Info
| Name | Value |
|---|---|
| Object ID | wunderautomation.change-custom-field |
| Group | WordPress |
Description
Adds or updates a custom field on a WordPress object.
Note that setting the data type of the field to a numerical format enables using simple mathematical expressions in the New value input. For instance setting the field's new value to:
{{ currentuser.logincount }} * 1.5
will perform the calculation before the new value is stored. If the data type is set to Integer, the resulting number will be rounded to the nearest integer. If the data type is set to Floating point number, no rounding will occur.
