Mapping Keap Contact Custom Fields to another data source like Airtable

I am new to Make and inexperienced. I am trying to extract all contact data fields from Keap CRM (including custom fields). The output of custom fields seems to be an array of data.


I am trying to pass selected custom fields output into Airtable. But cannot work out how to extract those custom fields and map them to the relevant Airtable field.

I have read some posts and some help documents talking about using map function, but I really don’t understand it yet.
Could you confirm whether that is the right action? Where do I start exactly because it’s a little confusing to me.
Do I really need to insert some code to map each custom field from Keap to another data source like Airtable?

Welcome to the Make community!

To use the map function, this is an example to get the custom field where id is 52.

{{ map(2.custom_fields; content; id; 52) }}

If you need further assistance, please provide the following:

Please provide the output bundles of the module [2] by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.

A. Upload as Text File

Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

B. Insert as Formatted Code Block

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
These are the two ways to format text so that it won’t be modified by the forum:

  • Method 1: Type code block manually

    Add three backticks ``` before and after the content/bundle, like this:

    ```
    content goes here
    ```

  • Method 2. Highlight and click the format button in the editor

Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

This will allow others to better assist you. Thanks!

Hope this helps! Let me know if there are any further questions or issues.

@samliew


P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!

1 Like