Search for new non-existing entry between two google sheets

Good morning,

I’m new to the Make platform and I’m having some difficulty.

I have two Google Sheet files. Immo and BDImmo.

Immo contains data recovery every week.
BDImmo contains the history of all data.

I want to compare the cell ID if it exists in BDImmo, if not, we add it to the entire Immo line in BDImmo.

Thank you in advance for your help.

Welcome to the Make community!

We’ll need the output bundles of the data coming from both services to suggest a solution, because not everybody uses both Immo and DBImmo.

If you need further assistance, please provide the following:

1. Screenshots of module fields and filters

Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what you’re looking at.

You can upload images here using the Upload icon in the text editor:
Screenshot_2023-10-07_111039

2. Scenario blueprint

Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Screenshot_2023-08-24_230826
(Note: Exporting your scenario will not include private information or keys to your connections)

Uploading it here will look like this:

blueprint.json (12.3 KB)

3. And most importantly, Input/Output bundles

Please provide the input and output bundles of the modules 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”.
Screenshot_2023-10-06_141025

A.

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

Uploading them here will look like this:

module-1-input-bundle.txt (12.3 KB)
module-1-output-bundle.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles in this manner:

  • Either add three backticks ``` before and after the code, like this:

    ```
    input/output bundle content goes here
    ```

  • Or use the format code button in the editor:
    Screenshot_2023-10-02_191027

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.

Following these steps will allow others to assist you here. Thanks!

samliewrequest private consultation

Join the unofficial Make Discord server to chat with other makers!

3 Likes

Hello,

Here is the informations. Thanks in advance for the help.

blueprint_ok.json (70.7 KB)

[
    {
        "from": "drive",
        "sheetId": "Feuille 1",
        "spreadsheetId": "1u2NYkAMCb5h2FigyLFPkZLh43yLJ6x_fd6tP05G8oxY",
        "tableFirstRow": "A1:CZ1",
        "includesHeaders": true,
        "valueRenderOption": "FORMATTED_VALUE",
        "dateTimeRenderOption": "FORMATTED_STRING"
    }
]
[
    {
        "0": "32186515",
        "1": "En ligne depuis 8 minutes",
        "2": "4 pièces, 62 m², 5e étage",
        "3": "1217 Meyrin",
        "4": "Rue de Livron 15",
        "5": "CHF 1'990",
        "__ROW_NUMBER__": 2,
        "__SPREADSHEET_ID__": "1u2NYkAMCb5h2FigyLFPkZLh43yLJ6x_fd6tP05G8oxY",
        "__SHEET__": "Feuille 1",
        "__IMTLENGTH__": 3,
        "__IMTINDEX__": 1
    },
    {
        "0": "32186468",
        "1": "En ligne depuis 9 minutes",
        "2": "5 pièces, 117 m²",
        "3": "1201 Genève",
        "4": "",
        "5": "CHF 5'155",
        "__ROW_NUMBER__": 3,
        "__SPREADSHEET_ID__": "1u2NYkAMCb5h2FigyLFPkZLh43yLJ6x_fd6tP05G8oxY",
        "__SHEET__": "Feuille 1",
        "__IMTLENGTH__": 3,
        "__IMTINDEX__": 2
    },
    {
        "0": "8999",
        "1": "En ligne depuis 1 minutes",
        "2": "6 pièce",
        "3": "",
        "4": "",
        "5": "3000",
        "__ROW_NUMBER__": 4,
        "__SPREADSHEET_ID__": "1u2NYkAMCb5h2FigyLFPkZLh43yLJ6x_fd6tP05G8oxY",
        "__SHEET__": "Feuille 1",
        "__IMTLENGTH__": 3,
        "__IMTINDEX__": 3
    }
]
[
    {
        "from": "drive",
        "limit": 1,
        "filter": [
            [
                {
                    "a": "A",
                    "b": "32186515",
                    "o": "text:notequal"
                }
            ]
        ],
        "sheetId": "Feuille 1",
        "sortOrder": "asc",
        "spreadsheetId": "1a33Pqh6CzdKI9Tg4KyYoBOnH2ejHwmGvEaEeWV94kO0",
        "tableFirstRow": "A1:CZ1",
        "includesHeaders": true,
        "valueRenderOption": "FORMATTED_VALUE",
        "dateTimeRenderOption": "FORMATTED_STRING"
    }
]
[
    {
        "0": "32186468",
        "1": "En ligne depuis 9 minutes",
        "2": "5 pièces, 117 m²",
        "3": "1201 Genève",
        "4": "",
        "5": "CHF 5'155",
        "__ROW_NUMBER__": 3,
        "__SPREADSHEET_ID__": "1a33Pqh6CzdKI9Tg4KyYoBOnH2ejHwmGvEaEeWV94kO0",
        "__SHEET__": "Feuille 1",
        "__IMTLENGTH__": 1,
        "__IMTINDEX__": 1
    }
]
[
    {
        "from": "drive",
        "limit": 1,
        "filter": [
            [
                {
                    "a": "A",
                    "b": "32186468",
                    "o": "text:notequal"
                }
            ]
        ],
        "sheetId": "Feuille 1",
        "sortOrder": "asc",
        "spreadsheetId": "1a33Pqh6CzdKI9Tg4KyYoBOnH2ejHwmGvEaEeWV94kO0",
        "tableFirstRow": "A1:CZ1",
        "includesHeaders": true,
        "valueRenderOption": "FORMATTED_VALUE",
        "dateTimeRenderOption": "FORMATTED_STRING"
    }
]
[
    {
        "0": "32186515",
        "1": "En ligne depuis 8 minutes",
        "2": "4 pièces, 62 m², 5e étage",
        "3": "1217 Meyrin",
        "4": "Rue de Livron 15",
        "5": "CHF 1'990",
        "__ROW_NUMBER__": 2,
        "__SPREADSHEET_ID__": "1a33Pqh6CzdKI9Tg4KyYoBOnH2ejHwmGvEaEeWV94kO0",
        "__SHEET__": "Feuille 1",
        "__IMTLENGTH__": 1,
        "__IMTINDEX__": 1
    }
]
[
    {
        "0": "32186515",
        "1": "En ligne depuis 8 minutes",
        "2": "4 pièces, 62 m², 5e étage",
        "3": "1217 Meyrin",
        "4": "Rue de Livron 15",
        "5": "CHF 1'990",
        "__ROW_NUMBER__": 2,
        "__SPREADSHEET_ID__": "1a33Pqh6CzdKI9Tg4KyYoBOnH2ejHwmGvEaEeWV94kO0",
        "__SHEET__": "Feuille 1",
        "__IMTLENGTH__": 1,
        "__IMTINDEX__": 1
    }
]
[
    {
        "0": "32186515",
        "1": "En ligne depuis 8 minutes",
        "2": "4 pièces, 62 m², 5e étage",
        "3": "1217 Meyrin",
        "4": "Rue de Livron 15",
        "5": "CHF 1'990",
        "__ROW_NUMBER__": 2,
        "__SPREADSHEET_ID__": "1a33Pqh6CzdKI9Tg4KyYoBOnH2ejHwmGvEaEeWV94kO0",
        "__SHEET__": "Feuille 1",
        "__IMTLENGTH__": 1,
        "__IMTINDEX__": 1
    }
]
[
    {
        "from": "drive",
        "mode": "select",
        "values": {
            "0": "32186515",
            "1": "En ligne depuis 8 minutes",
            "2": "4 pièces, 62 m², 5e étage",
            "3": "1217 Meyrin",
            "4": "Rue de Livron 15",
            "5": "CHF 1'990"
        },
        "sheetId": "Feuille 1",
        "spreadsheetId": "/1Z3AvF34DD9maUdrFidlPxdv8HDP5ikAj/1fuaK2PYg37xgMLX7XzcC12onskqakZJS/1a33Pqh6CzdKI9Tg4KyYoBOnH2ejHwmGvEaEeWV94kO0",
        "includesHeaders": true,
        "insertDataOption": "INSERT_ROWS",
        "valueInputOption": "USER_ENTERED",
        "insertUnformatted": false
    }
]
[
    {
        "spreadsheetId": "1a33Pqh6CzdKI9Tg4KyYoBOnH2ejHwmGvEaEeWV94kO0",
        "tableRange": "'Feuille 1'!A1:F3",
        "updates": {
            "spreadsheetId": "1a33Pqh6CzdKI9Tg4KyYoBOnH2ejHwmGvEaEeWV94kO0",
            "updatedRange": "'Feuille 1'!A4:F4",
            "updatedRows": 1,
            "updatedColumns": 6,
            "updatedCells": 6
        },
        "sheetName": "Feuille 1",
        "rowNumber": 4
    }
]
[
    {
        "spreadsheetId": "1a33Pqh6CzdKI9Tg4KyYoBOnH2ejHwmGvEaEeWV94kO0",
        "tableRange": "'Feuille 1'!A1:F3",
        "updates": {
            "spreadsheetId": "1a33Pqh6CzdKI9Tg4KyYoBOnH2ejHwmGvEaEeWV94kO0",
            "updatedRange": "'Feuille 1'!A4:F4",
            "updatedRows": 1,
            "updatedColumns": 6,
            "updatedCells": 6
        },
        "sheetName": "Feuille 1",
        "rowNumber": 4
    }
]
[
    {
        "spreadsheetId": "1a33Pqh6CzdKI9Tg4KyYoBOnH2ejHwmGvEaEeWV94kO0",
        "tableRange": "'Feuille 1'!A1:F4",
        "updates": {
            "spreadsheetId": "1a33Pqh6CzdKI9Tg4KyYoBOnH2ejHwmGvEaEeWV94kO0",
            "updatedRange": "'Feuille 1'!A5:F5",
            "updatedRows": 1,
            "updatedColumns": 6,
            "updatedCells": 6
        },
        "sheetName": "Feuille 1",
        "rowNumber": 5
    }
]
[
    {
        "spreadsheetId": "1a33Pqh6CzdKI9Tg4KyYoBOnH2ejHwmGvEaEeWV94kO0",
        "tableRange": "'Feuille 1'!A1:F4",
        "updates": {
            "spreadsheetId": "1a33Pqh6CzdKI9Tg4KyYoBOnH2ejHwmGvEaEeWV94kO0",
            "updatedRange": "'Feuille 1'!A5:F5",
            "updatedRows": 1,
            "updatedColumns": 6,
            "updatedCells": 6
        },
        "sheetName": "Feuille 1",
        "rowNumber": 5
    }
]
[
    {
        "spreadsheetId": "1a33Pqh6CzdKI9Tg4KyYoBOnH2ejHwmGvEaEeWV94kO0",
        "tableRange": "'Feuille 1'!A1:F5",
        "updates": {
            "spreadsheetId": "1a33Pqh6CzdKI9Tg4KyYoBOnH2ejHwmGvEaEeWV94kO0",
            "updatedRange": "'Feuille 1'!A6:F6",
            "updatedRows": 1,
            "updatedColumns": 6,
            "updatedCells": 6
        },
        "sheetName": "Feuille 1",
        "rowNumber": 6
    }
]