Aug 23, 2024 03:58 AM - edited Aug 23, 2024 03:58 AM
Hello. I’m working on importing record or data from Airtable to Salesforce. I created a custom automation in Airtable that runs when the button is pressed. However, the data is not being updated in Salesforce as expected for each table.
Aug 26, 2024 02:21 AM
@Pello thank you for your message. But i have multiple recordID i want to update in salesforce.
Using single recordID i am using same automation which you shared above. But i am unable to update the data in Salesforce. It required recordID.
Aug 26, 2024 03:06 AM
@medfuturexai, if you have multiple RecordIDs to update in Salesforce, you have a few options:
1. Trigger the Make.com Script Per Record: You can set up the automation to trigger the Make.com script for each RecordID individually. This way, the automation will handle each record separately and pass the corresponding RecordID to Salesforce.
2. Batch Processing: Alternatively, you could explore batching the RecordIDs into a single trigger. This would involve modifying the script to handle multiple records at once, but keep in mind that this approach might require additional logic to process each record correctly in Salesforce.
3. Loop in the Script: You could also implement a loop within your script to iterate through all the RecordIDs and trigger the Make.com script for each one.
Hope that helps!
Aug 26, 2024 03:13 AM
@Pello thanks. It will be great help if you can give me example scenario for multiple record with salesforce update record.