The Modify Field element allows you to transform the value of one or more fields before they are stored (in structures) or sent to an integration (in cascade). It is part of the Connection Creator feature and can be applied anywhere fields are processed.
Modify Field is used in multiple places:
A Modify Field configuration typically contains:
You can chain multiple modifiers on the same field. They are executed in the order you define, with the result of one step becoming the input for the next. For example:
β οΈ Note: Operators and values are powerful but context-dependent. Some combinations wonβt make sense everywhere. Always test your Modify Field setup with sample data. For details, see the dedicated pages: Operators and Values.
You can apply multiple modifiers to the same field. Modify Field operations are processed in order, from top to bottom. The output of one step becomes the input for the next. That allows you to perform more advanced transformations where one step builds on the result of the previous one.
β οΈ Note: If you need to perform multiple modifications independently (without chaining each step on the output of the previous one), you can create separate custom form fields for each modification. Later, you can combine these fields into the main custom field.
In this example, the gender is encoded in the NIN. The NIN has 10 digits, where the 3rd and 4th digits represent the month of birth. By interpreting the month code, gender can be derived:
We create a separate field for gender and apply the following modifiers:
In this example, the birth date is encoded in the NIN. The NIN has 10 digits, where:
We create four separate fields: birth_year, birth_month, birth_day, and birth_date. Each helper field loads the original NIN independently, and the final field combines them into a proper date.
Result: full four-digit year.
Result: month number after removing gender encoding.
Result: day of birth.
β οΈ Note: Be very careful with complex Modify Field chains. Keep each step precise and test thoroughly, since small mistakes can break the flow.
| Name | Pattern | Output |
|---|---|---|
| to-float | β | β |
| to-bool | β | β |
| to-int | β | β |
| replace | β | β |
| match | β | β |
| unix | β | β |
| prefix | β | β |
| postfix | β | β |
| first-regex-match | β | β |
| do-not-send | β | β |
| format-date | β | β |
| modify-date | β | β |
| cz-nin-to-birthdate | β | β |
| cz-nin-to-gender | β | β |
| to-base64 | β | β |
| from-base64 | β | β |
| load-from-lead | β | β |
| regex-replace | β | β |
| urlencode | β | β |
| urldecode | β | β |
| combine | β | β |
Need help?
Choose your industry to explore how Paldock helps businesses like yours grow faster, perform better, and stay ahead of the curve.