load-from-lead

The load-from-lead operation retrieves the value from another field of the same lead and uses it as the current field’s value. Instead of transforming the existing input, this operation replaces it entirely with data taken from a different field.

How it works

  • Input – ignored (the original value of the field is not used).
  • Source – you must specify which field to load the value from.
  • Output – the value of the referenced field becomes the new value of the current field.

Examples

Current FieldOperationSource FieldResult
email_copyload-from-leademailuser@example.com
phone_copyload-from-leadphone+420797992279
status_altload-from-leadstatusapproved

Usage in PalDock

Use load-from-lead when you need to:

  • Copy values between fields (e.g. mirror email into email_confirmation).
  • Normalize field names when different integrations expect different naming conventions.
  • Populate derived or secondary fields without writing transformation logic.
  • Reuse data in multiple places in a connection or integration flow.

Best Practices

  • Always double-check that the source field exists and is populated – otherwise, the result may be empty.
  • Use this operation for straightforward field mapping, not for conditional logic or transformations.
  • Combine with other Modify Field operations (e.g. load a field, then urlencode it for use in a query parameter).
  • Avoid chaining multiple load-from-lead operations on the same field, as it reduces readability.

Insights that
helps you grow

  • Platform Pick 12: Rollout
    As you approach the official rollout of your affiliate platform, it’s time to take a step back and make sure everything is in place. A…
  • Platform Pick 11: Integrate and Test it
    When it comes to affiliate marketing, tracking clicks and leads is key to making sure you’re paying affiliates correctly and measuring success. But it’s not…
  • Platform Pick 10: Business, Legal, and IT Prep
    Now that you’ve narrowed down your platform choice, it’s time to make sure everything checks out from a business, legal, and technical perspective. This step…