Value processor
The value processor is a tool for simple data manipulation and formatting operations that are run client-side.
Common use cases include:
Toggling boolean values
Incrementing integers such as a counter in a loop
Shifting dates to find the beginning of the month or year for a date
Formatting dates and numbers based on the end-user's locale settings
Adding or removing references in a multi-reference property
Format a Rich Text property to Plain Text or Markdown
Usage
You can open the value processor from two places:
From the three-dots menu after setting a value for a property.
In the data binding dialog.
Once the value processor has been applied to a value, an icon will be shown next to the value. You can click this icon to open the value processor and view the operations in place.
Operations
The operations that are available depend on the data type of the value. Operations can be chained, for example to first add a value and then to format it. The operations are evaluated in the same order they are added.
Boolean
Invert Boolean to toggle a boolean value.
Datetime
Detailed information about these operations is available under Date and time.
Add a fixed number of datetime units to the value.
Subtract a fixed number of datetime units from the value.
Start of to shift the value to the start of a datetime unit.
End of to shift the value to the end of a datetime unit.
Format the value in a pre-defined or custom format.
Float and Integer
Add a fixed or data-bound number to the value.
Subtract a fixed or data-bound number from the value.
Format the integer or float as a string. You can e.g. specify the number of decimal places, hide the thousand-separator, or format the number as currency or percentage.
A general warning when using Value Processor to format a number or datetime to "built-in" types. E.g. formatting a datetime to Short date
or a number to Currency (NOK)
:
The output of these default may change over time, as they are controlled by third-parties or browsers.
E.g. when Appfarm Create upgraded the server-side node.js library from version 18 to 20, the output for the built-in value processorCurrency (NOK)
changed from "kr 20" to "20 kr". Do not build business logic that is hardcoded to these outputs (e.g. do not extract the "20" from the above string by using substring(3,5
))
Multi-reference property
Add references to an existing list of references
Remove reference from an existing list of references
Rich Text property
Format a Rich Text property to Plain Text or Markdown
Last updated
Was this helpful?