Hello, in my scenario I create a record in airtable and after that I need to update 2 columns of that record in successive actions. However, these 2 new actions create a new record every time.
Attached the structure of my scenario and the final result in airtable. I would like the 3 lines (records) would be in a single records.
Welcome to the Make community!
You are using “Upsert a Record” module. How are you mapping the fields in there? Airtable needs to know somehow which record to update. Since Airtable cannot find the existing record, this module creates a new record.
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:

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.

(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”.

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:

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!
2 Likes
hello, these are the screenshots:
Attached the blueprint.
And these are the outputs:
[
{
"Result ID": 31,
"Result Twitter": "🧵 Thread: Tension in Ukraine - General Salushny's dismissal\n\n1/8 The news of the week is the rumors about Ukrainian President Zelensky considering the dismissal of General Salushny, the commander of the Ukrainian army. This has sparked huge controversy and discussions worldwide.\n\n2/8 The possible dismissal of General Salushny has raised questions about the reasons behind it. Despite the tensions and conflicts that are expected during war, many find it surprising given Salushny's popularity and successful leadership during the conflict.\n\n3/8 Some have speculated that the decision could be influenced by upcoming elections in Ukraine, with rumors of Salushny's political aspirations. However, this seems unlikely as elections are uncertain at the moment.\n\n4/8 It is important to note that there is no concrete evidence to support the news of Salushny's dismissal. It could be a tactic to create unrest or a power play by interested parties.\n\n5/8 The United States has been informed of this decision, and although they have not taken a stance, they must be aware of the implications, as they are the main provider of support for Ukraine.\n\n6/8 It is crucial to consider the context of ongoing conflict and the significant role Salushny has played in leading the Ukrainian army. His track record shows no major failures or defeats that would warrant his dismissal.\n\n7/8 In conclusion, while tensions and conflicts are expected during war, the decision to dismiss General Salushny seems unsubstantiated. The rumors could be fueled by misinformation or intentions to destabilize Ukraine's power circles.\n\n8/8 Stay tuned for further developments and analysis. Follow for more updates on global military affairs.\n",
"id": "recg87MDALSwYenjO",
"createdTime": "2024-02-05T16:26:47.000Z"
}
]```
[
{
“Result ID”: 32,
“Result Linkedin”: “
New Podcast Alert!
\nAre you a #marketing enthusiast looking for some engaging and insightful content? Look no further! In our latest episode, we dive deep into the tensions between Ukraine and Russia, the potential ousting of General Salushny, and the latest developments in the Middle East and China. Don’t miss out on this jam-packed podcast!\n\n​:loudspeaker: Tune in now to stay up-to-date with the hottest news and analysis from the world of international relations and military affairs. From behind-the-scenes insights to expert perspectives, we’ve got it all covered! 
\n\n​:link: Listen to the full episode here (Insert link)\n\n#podcast #marketing #Ukraine #Russia #MiddleEast #China #internationalrelations #militaryaffairs #analysisonpoint #stayinformed\n\n(Note: This podcast is in Spanish and is part of iVoox Originals)\n\n[Podcast image/logo]\n”,
“id”: “recTVRtB1e1J1W3Rh”,
“createdTime”: “2024-02-05T16:26:57.000Z”
}
]
[WHSPR V1.0 blueprint.json|attachment](upload://uKnc41JU2qSj70eDfdSo9gRaHE1.json) (112.1 KB)
You’ve left the RecordID field empty, so Airable doesn’t update that record.
Please map your existing RecordID in that field, or click the “Search” button on the right to find your item’s RecordID.
2 Likes
I tested with the second one and it returns an error:
here is the output:
[
null
]
And what does the error message say?
2 Likes
Why not try to map the Record ID that is in the output bundle from your previous Create Record module from airtable? Isn’t that the record you wish to upsert?
3 Likes
I finally solved the issue using an ID. I was not sure which one to use. thanks for the answer.