> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useparagon.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Implementing Custom Field Mapping

In the event that the integration provider does not have a native Field Mapping [User Setting](/connect-portal/workflow-user-settings), you can map the data in pulled from your application in a Paragon workflow.

#### In your application

1. Use the [Proxy API](/apis/proxy) to make a request to the integration provider to get the schema for a given object in your application.

2. Save the mapping to your [Connected User](/billing/connected-users) using [User Metadata](/apis/users).

#### In your Paragon workflow

1. Add an integration step to retrieve the schema for the given record type. This can also be done by querying the record type for a single existing record.

2. Use a [Function](/workflows/functions) step to map the data from User Metadata to the data retrieved in the previous step.

<Frame>
  <img src="https://mintcdn.com/paragon/HSp5hB8tE4Z6e44m/assets/Using%20Custom%20Field%20Mapping%20in%20a%20workflow%20on%20Paragon%20Connect.png?fit=max&auto=format&n=HSp5hB8tE4Z6e44m&q=85&s=fbce79753027f3d9109a8d5b04e7084b" alt="" width="2220" height="1538" data-path="assets/Using Custom Field Mapping in a workflow on Paragon Connect.png" />
</Frame>
