Getting stuck on simple multiple dataset issue

Hi All,

I have been doing some easy stuff with Make for the past year and has been a walk in the park.
Right now I’ve been fiddling with something I think is not that hard but somehow I think I am overlooking something.
Any help would be greatly apprechiated.

The goal: Joning 2 tables full of info, that share 1 common column, and putting that info into 1 spreadsheet.

Both columns have the “id number” row but have differtent columns with info regarding that ID.
What I would like to do, but keep getting stuck on:

I want to retrieve the info from both tables, join the info where the “id number” is identical and then put that info into 1 spreadsheet (appering as 1 table).
Normally I would do something like this with JOIN like commands in SQL but the server containing the data does not support that.

I have created many, many different scenarios in the last few weeks and the last thing I landed on is based on a simliar question here in the community.
I have stumbled upon a setting where I got the data form both tables into the sheet but they did not match.
Can someone help me and point me in the right direction?

Disclaimer: I have not done this kind of stuff in Make before and I am aware I don’t really have the right interpetation around Aggregating and Itterating Arrays. I’m assuming this could be a big part of my problem.

Current Scenario:

Any nudge to where I need to be looking would be fantastic.
Thanks in advance.

Karim

Welcome to the Make community!

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, Output bundles

Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module and select “Download output bundles”.
Screenshot_2023-10-06_141025

A.

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

Uploading it here will look like this:

bundle.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted output bundle 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 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 us!

1 Like

Hi @KB-HVM

You need to remove aggregator 65 and can set a filter using get and map function matching the values from iterator before the aggregator. The same functions you need to use in smartsheet.

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support | Book Live Implementation
Visit us here
Youtube Channel

1 Like