Skip to content
On this page

Change custom field

Info

NameValue
Object IDwunderautomation.change-custom-field
GroupWordPress

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.

Updating a custom field in WunderAutomation

Released under the MIT License.