Sync Google Sheets to Airtable using Integromat

  Рет қаралды 11,942

Business Automated!

Business Automated!

Күн бұрын

Пікірлер: 45
@dalankerr
@dalankerr 2 жыл бұрын
Thank you so much for posting this, it is EXACTLY what I needed in combination with your 2-way sync video :D
@BusinessAutomatedTutorials
@BusinessAutomatedTutorials 2 жыл бұрын
You're so welcome!
@danceindia
@danceindia 4 жыл бұрын
Hi, Thank you for the nice tutorial. I am wondering how do you delete if rows are deleted
@BusinessAutomatedTutorials
@BusinessAutomatedTutorials 4 жыл бұрын
In this case you would have to use a different approach. Instead of identifying fields in Airtable based on their name (stored in first key column), you would have to add fixed row numbers in Airtable. You could create a fix number for a row using Auto-number field type. This way each row would have a fixed row number similar to row number in Google Sheets. Integromat trigger from Google Sheets returns row numbers of changed fields - which you could use to identify which rows in Airtable have to be update or cleared ( content of all cells apart from row Auto-number would be cleared). Let me know if this answers your question?
@ChandrikaShenoy-m2v
@ChandrikaShenoy-m2v Жыл бұрын
Thank you for this. I tried this approach and it works for one cell change at a time. Is there a way to tweak the Make scenario for bulk updates? So say I have two columns of which one has fixed values and for the second column, I copy paste 10 rows at a time. I want the corresponding 10 rows in airtable to be filled as well. Currently using the approach you have mentioned above, I am able to update one change or one row at a time. What tweak would be needed for bulk updation ?
@BusinessAutomatedTutorials
@BusinessAutomatedTutorials Жыл бұрын
If you copy paste data in bulk it will also trigger update for each row affected. You could alternatively use schedule approach - run a function to update data to Airable every X hours, but it will always run for each row. Not sure if that is what you were aiming at?
@mahmoudbedeir4141
@mahmoudbedeir4141 3 жыл бұрын
Hello, thanks for this informative tutorial! I've one question, how can I get 2 or more records in airtable from one row in google sheets.
@BusinessAutomatedTutorials
@BusinessAutomatedTutorials 3 жыл бұрын
You would put multiples Create Airtable Record modules in a chain so that based on one row of data from Excel you generate for example 3 records in Airtable (eg. in Order Table, Customer Table and Delivery Table)
@staceywhite5826
@staceywhite5826 Жыл бұрын
Are there any updates to this, struggling to get this to work. If I paste new rows in my Google Sheets, it only copies the first row. I noticed AirTable has different options now, since this video. Thank you for any updated info!! 🙂
@BusinessAutomatedTutorials
@BusinessAutomatedTutorials Жыл бұрын
The principles should be similar as the core concept did not change.
@shareami9045
@shareami9045 4 жыл бұрын
Hello and thanks for this tutorial ! I've done every steps, it seems to work alright in integromat, but the changes don't appear in my Airtable, would you know where the problem comes from ? Thank you very much for your answer
@BusinessAutomatedTutorials
@BusinessAutomatedTutorials 4 жыл бұрын
What is the output visible in the bubbles on Airtable module during execution in Integromat? If there is data coming in to Airtble incorrectly it would throw and error. Maybe mapping of fields should be checked?
@miguel_pinto_0
@miguel_pinto_0 7 ай бұрын
And If I want to delete a row how can I do that, what will be the filter that i could put
@BusinessAutomatedTutorials
@BusinessAutomatedTutorials 6 ай бұрын
That is bit trickier - you would have to put an action "Delete" and have a fliter reacting to it and executing delete in Airtable.
@agoogleuser6937
@agoogleuser6937 2 жыл бұрын
What if we use the airtable ids as primary key (vlookup/watch field)?
@BusinessAutomatedTutorials
@BusinessAutomatedTutorials 2 жыл бұрын
You will have to keep a column for that in Google sheet as well.
@DS-ig1bf
@DS-ig1bf 2 жыл бұрын
Very helpful thank you. I would love to see the next level to this, creating Airtable Tables synced to multiple sheets in one GoogleSheet. My Airtable Base has mutliple tables in order to create different data types, Person, City, Organization, each have their own table. Would I need to create different webhooks for each sheet?
@BusinessAutomatedTutorials
@BusinessAutomatedTutorials 2 жыл бұрын
You can! Once you add the Integromat/Make webhook extension to your Google Sheet Document it monitors updates on all sheets. The data arriving in Airtable will have "Sheet1" or "Sheet2" and etc. This way you could filter the data to different Airtable tables.
@TheAjw26
@TheAjw26 4 жыл бұрын
Thanks for the great tutorial, but I cannot turn on my integromat for automatic scheduling. There is an issue with the bundle validation which ends the process. I have structured my data in the same way and have set up the scenario in the same way but I am now sure how to solve this error. Please can you suggest what might be the issue? Thanks in advance 🙏🏽
@BusinessAutomatedTutorials
@BusinessAutomatedTutorials 4 жыл бұрын
Which module throws the error?
@BusinessAutomatedTutorials
@BusinessAutomatedTutorials 4 жыл бұрын
and what is the description of the error?
@digital-Marketing-barcelona
@digital-Marketing-barcelona 2 жыл бұрын
Great thanks for sharing this, it is just what I was looking for :)
@BusinessAutomatedTutorials
@BusinessAutomatedTutorials 2 жыл бұрын
Glad it was helpful!
@MrAjayen
@MrAjayen 3 жыл бұрын
Hello Business Automated. I really enjoy watching your videos on Integromat gives me a broad knowledge about the application . I am wondering if there is a way to make Integromat watch multiple google sheets at once and update the data from a specific cell or column? I am really curious to know 😀
@BusinessAutomatedTutorials
@BusinessAutomatedTutorials 3 жыл бұрын
There are 2 approaches to that depending what frequency of update sync you need. If this needs to be instant than the "Watch Rows" and "Watch Changes" triggers are the way to go. You could specify to react to changes in only specific row /column and make Integromat ignore any other changes. In this case for each watch trigger (for each Sheet) , you would need a separate scenario Another approach would be to use "Search Rows" or "Get Range Values" in a scheduled scenario ( that runs example every 5 or 10 min) to check for a specific value. In this case you could have multiple Search Rows modules in single scenario if you need to check for example 5 sheets in the same time.
@MrAjayen
@MrAjayen 3 жыл бұрын
Thanks a lot for your quick response. Let’s say I am want to get a specific data from 5 different google sheets document and post and creat a reporting message in skype or slack or any messenger application. Here I do not want to create 5 individual scenarios as it is not effective when it comes to number of operations. So I will need a single scenario to watch all the 5 Google Sheets and this will Be scheduled to work twice a day I.e morning and evening. Please advise :)
@BusinessAutomatedTutorials
@BusinessAutomatedTutorials 3 жыл бұрын
In this case second option would work best would be to start with "Array iterator" containing IDs of the 5 different sheets as start and "Search Rows" as second module and the rest the way as you want to set it up.
@MicaelaMotta
@MicaelaMotta 3 жыл бұрын
Can you make a tutorial using uosert record as the last option instead of the router?
@BusinessAutomatedTutorials
@BusinessAutomatedTutorials 3 жыл бұрын
Yes, at the time video was made there was no upset option. It could certainly work instead of router if else scenario.
@vinzdegar
@vinzdegar 3 жыл бұрын
Thanks!
@AlessandroEren
@AlessandroEren 3 жыл бұрын
lEGEND!
@geraespinosar
@geraespinosar 3 жыл бұрын
can you make a tutorial for sync sharepoint items to airtable, for users with microsoft solutions already T_T ?
@BusinessAutomatedTutorials
@BusinessAutomatedTutorials 3 жыл бұрын
Hi! Great idea. I will need to check my my office 365 account and see what I can do. Do you want to sync files or do you want sync data from Excel?
@geraespinosar
@geraespinosar 3 жыл бұрын
@@BusinessAutomatedTutorials Sync data definitely please, because me and my team already use power apps at the work. Cheers
@thejorgemarques
@thejorgemarques 4 жыл бұрын
Hi great tutorial, I actually changed the Google Sheet to Airtable also, just different table, but I get same error all the time: Cannot initialize the scenario because of the reason 'Flow is empty and contains no configured module' Scenario initialization failed with an error. Thank you very much.
@BusinessAutomatedTutorials
@BusinessAutomatedTutorials 4 жыл бұрын
Have you added the Integromat plug in in Google Sheets? The error is showing up inside of Integromat? Have set Google Sheets as the first module with little lightning icon on it?
@Sammiebuilds
@Sammiebuilds Жыл бұрын
⚠HELP: I get an error whenever I update the entire row on my Google Sheet at once. Is there a fix for this? "Error [422] The formula for filtering records is invalid: Invalid formula. Please check your formula text." Thank you for putting this video here for free, you just gained a new follower.
@BusinessAutomatedTutorials
@BusinessAutomatedTutorials Жыл бұрын
This: "Error [422] The formula for filtering records is invalid: Invalid formula. Please check your formula text." Means you have an error with your Airtable module and the formula you have inserted there is not valid. Best way to test is create that formula in Airtable first, check if it returns a correct value - if yes add in the make module.
@mkvhoqnuncdotfwqumbm845
@mkvhoqnuncdotfwqumbm845 2 жыл бұрын
text
@BusinessAutomatedTutorials
@BusinessAutomatedTutorials 2 жыл бұрын
Number
@BusinessAutomatedTutorials
@BusinessAutomatedTutorials 2 жыл бұрын
which text? Don't keep me hanging bro!
@comp2477
@comp2477 Жыл бұрын
great. thank you
@BusinessAutomatedTutorials
@BusinessAutomatedTutorials Жыл бұрын
Welcome 😊
Airtable Integrations With Google Sheets and Forms
12:06
Dan Leeman
Рет қаралды 18 М.
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 27 МЛН
Smart Sigma Kid #funny #sigma
00:33
CRAZY GREAPA
Рет қаралды 38 МЛН
Two-way sync Google Sheets and Airtable with Integromat
8:05
Business Automated!
Рет қаралды 6 М.
6 Powerful Airtable Automation Tips Using Make.com
41:48
Jono Catliff
Рет қаралды 2,3 М.
Start any no-code software from Airtable with Webhooks!
9:23
Business Automated!
Рет қаралды 10 М.
Watch for changes on a Google Sheet data and instantly email it
7:48
Connecting Excel And Airtable - Between the Sheets
8:20
Experts Exchange
Рет қаралды 8 М.
How to handle ERRORS in Integromat [2022 Tutorial]
19:33
Max van Collenburg
Рет қаралды 13 М.
Super Power Airtable with Make Automations
19:49
GAP Consulting
Рет қаралды 15 М.
HOW TO, ADVANCED: Airtable linked to Excel using microsoft power query and REST API.
6:48