Google Forms to Google Contacts (Gmail Contacts)

  Рет қаралды 22,555

Learn Google Sheets & Excel Spreadsheets

Learn Google Sheets & Excel Spreadsheets

Күн бұрын

Пікірлер: 60
@michaelmeredith5648
@michaelmeredith5648 3 жыл бұрын
Going step by step, through a clearly explained, trial and error approach has helped me so much with my programming. You are a great teacher! Thank you so much for your contributions sir!
@vatsalmimani5295
@vatsalmimani5295 4 жыл бұрын
Hello! Please show us a code from which we can send text sms messages or whatsapp messages on submit of a form :) Would be a great help... Really love your videos it's very helpful! Thank you !
@gregoriusalvin118
@gregoriusalvin118 3 жыл бұрын
UPPP!!!
@muhammadzais9367
@muhammadzais9367 3 жыл бұрын
Up
@user-in7ee5oi1d
@user-in7ee5oi1d 3 жыл бұрын
godbless you what amazing tutorial!!!!
@kulvinder8211
@kulvinder8211 3 жыл бұрын
Great Sir
@allpreedotcom
@allpreedotcom 3 жыл бұрын
@Learn Google Spreadsheets can you make an updated video with the new People API because Contact Api Not working in google app script
@saby7416
@saby7416 4 жыл бұрын
great job
@jagrutisons5086
@jagrutisons5086 2 жыл бұрын
NOT ABLE TO DO IT SOME ERROR IS STARTING WHILE USING 'INFO' AND 'E' IN BETWEEN
@financerunner
@financerunner 3 жыл бұрын
Hello, I keep getting the error "Cannot read the property 'Name' of undefined" any thoughts to why I might get this error using line for line the code you're creating?
@JerryEduardo
@JerryEduardo 4 жыл бұрын
Great Job!!!
@iamthatakashkaushal
@iamthatakashkaushal 4 жыл бұрын
Awesome! Can we get written code with details on it?
@fernandobrito5316
@fernandobrito5316 4 жыл бұрын
Mannn! You're amazing. So much love for your work here on the channel. Do you think about allowing the "Join" function here on the channel so we can support your work? I would be glad to support your work.
@ExcelGoogleSheets
@ExcelGoogleSheets 4 жыл бұрын
Thanks. There is a bunch of things I need to do to set it up. Hopefully I'll get to it at some point within the next month.
@fernandobrito5316
@fernandobrito5316 4 жыл бұрын
@@ExcelGoogleSheets I look Forward to it.
@Mudassir_Ali
@Mudassir_Ali Жыл бұрын
You're great, but I'm too late. I need this facility now. But the google is restricting first line Code: "creatcontact" it is showing like this " -creatcontact- . How can I overcome this. Help me in this regard.
@healthyhomemade219
@healthyhomemade219 8 ай бұрын
Same issue with me as well, seems as if google has moved functions to google people api that is what it says on the website
@florentd.5817
@florentd.5817 4 жыл бұрын
Very interesting! Source filles should be fine to test it.
@PepitoGrilloCanarias
@PepitoGrilloCanarias 4 жыл бұрын
Thanks for another amazing video tutorial. I was wondering about how to add a label to the new contact. I've tried to do it but I haven't found the way.
@ExcelGoogleSheets
@ExcelGoogleSheets 4 жыл бұрын
If you explain me what labels do, I'll figure out how to add one :)
@PepitoGrilloCanarias
@PepitoGrilloCanarias 4 жыл бұрын
@@ExcelGoogleSheetsThanks for your answer. It's a kind of category you can assign to each contact. In fact, contacts can have more than one category, in this case, labels. I don't know if I can send a picture here. drive.google.com/file/d/1jvBwhU8vP-7lOsvVv4BHFgc-BqiAUyHm/view?usp=sharing The picture I shared shows, in reality, two pictures, the first one, we see the contact and just under the name, you see "no label" which means that I haven't assigned any labels to the contact. and the second picture shows the labels I have created. It allows me to have my contacts in order.
@ringonguyen9415
@ringonguyen9415 Жыл бұрын
@@ExcelGoogleSheets a label you can organize the people and businesses in Contacts using labels. You can use the Contacts app to find someone's contact info or organize contacts with labels like "friends" or "family." Could you do one to show us?
@reservationsgenesis105
@reservationsgenesis105 2 жыл бұрын
Brilliant stuff man!!
@herbertmeyerhof2235
@herbertmeyerhof2235 3 жыл бұрын
Fantanstic tutorial! Thank You!
@emilianoreyes
@emilianoreyes 4 жыл бұрын
Thank you!
@julioquatro1482
@julioquatro1482 3 жыл бұрын
You da man!
@programador1972
@programador1972 3 жыл бұрын
I congratulate you for your contribution to the community, I have a question, why do you use the CONST reserved word in the variables instead of using the LET or VAR reserved words?
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
const is a type that can not be redifined within the block. For example, this will give you an error, since x must remain 5 within this block. { const x = 5; x = 6; }
@elricho72
@elricho72 4 жыл бұрын
Thanks for sharing. Is it possible in a form the user put I'd number and then in the form show his name looking on a database or sheet ? And then the user continues filling data of the form? Thanks for any suggestions
@photoclerk
@photoclerk 3 жыл бұрын
Well this solves some issue. Thank you.
@photoclerk
@photoclerk 3 жыл бұрын
Well, I'm not exactly sure this solves the issue or not.... I'm populating contacts just fine, but when I go Google Voice to send a SMS, the contacts in Voice haven't updated. I've noticed a difference between the computer interface and tablet interface. I left the tablet in my locker at work.... sigh.....
@shaddairaphaels
@shaddairaphaels 2 жыл бұрын
This is a great video I was looking for a script that could automatically save contacts from my Google sheets to my Google contacts once a new column is filled A new row in the Google sheet gets automatically filled from my Elementor form once a new sign up submits his/her details Kindly note that the sheet contains First name, Last name, phone number, email I would appreciate a tutorial that could explain how automate creating a new contact (name, phone number and email) on my Google contact successfully. Thanks
@fernandobrito5316
@fernandobrito5316 2 жыл бұрын
Hello there! Do you know if it's possible to add the picture on the contact via Apps Script? I'm building an employee form where I ask the user to submit a picture and I want my code to get this picture and set as the contact's profile picture.
@TheHungryPetu
@TheHungryPetu 3 жыл бұрын
Hi. Thank you for explaining this so well and making it look so easy. However I am having one issue - my code works if I have removed the form option of "Edit after submit". If I allow it and clicked this to edit, code is failing. Pls guide how to fix this
@JWesleyRussell
@JWesleyRussell 2 жыл бұрын
how are you getting those dropdown function lists?
@daohongtien
@daohongtien 2 жыл бұрын
Would you instruct how to google sheet to gmail contact
@kulvinder8211
@kulvinder8211 2 жыл бұрын
Sir "" Exception: Service error: ContactsApp: Invalid request"" when i run the script the error is shown this?
@anonymafioadmin5398
@anonymafioadmin5398 4 жыл бұрын
Hi, i need make a quiz with timer on every question. is it possible? If yes, make a tutorial please :)
@shawngormley
@shawngormley Жыл бұрын
is there an easy way to copy the script?
@heechage
@heechage 3 жыл бұрын
please tell me, how add birthday and anniversary
@anwarsenua
@anwarsenua 3 жыл бұрын
i cannot do, always show error
@muhammadzais9367
@muhammadzais9367 3 жыл бұрын
How to add the date of birth column ?
@arjunpremjith4663
@arjunpremjith4663 4 жыл бұрын
How to disable copy,paste commands in google form
@mepconssolusicad5824
@mepconssolusicad5824 4 жыл бұрын
I can not look the code
@Ravisankarguruji
@Ravisankarguruji 3 жыл бұрын
Noob : returned with Error: Cannot read property 'namedValues' of undefined (line 3, file "Code") .. somebody please help
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
Don't manually run the code. It should run automatically when you submit the form.
@davypaulissen2120
@davypaulissen2120 3 жыл бұрын
i can't work out to inmplement the birtyday
@customerservice7380
@customerservice7380 3 жыл бұрын
Connect With Google Group please
@couchwilly5575
@couchwilly5575 Жыл бұрын
this video could've been so much shorter and concise if you would've figured out what you were doing beforehand.
@iasaurav
@iasaurav Жыл бұрын
Send code
@giantstix22
@giantstix22 Жыл бұрын
Thanks for this... it's really helpful and I was able to get it working on my end as well. @ExcelGoogleSheets is it possible to add the contact to additional contact group as a part of the updateContact function? Assuming the contact is already in cg[3] and they update their information, is there a way to amend the updateContact function to also add the contact to cg[4]? Thanks again!!!
@Leover378
@Leover378 3 жыл бұрын
Déjanos el código
@Ibelieveinathingcalledlove
@Ibelieveinathingcalledlove Жыл бұрын
I’m depressed. I failed
Google Forms to PDF & Email while storing data in Google Sheets
27:02
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 165 М.
Google Sheets - Userform
35:51
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 161 М.
Apple peeling hack
00:37
_vector_
Рет қаралды 122 МЛН
Самое неинтересное видео
00:32
Miracle
Рет қаралды 2,1 МЛН
Throwing Swords From My Blue Cybertruck
00:32
Mini Katana
Рет қаралды 11 МЛН
А ВЫ ЛЮБИТЕ ШКОЛУ?? #shorts
00:20
Паша Осадчий
Рет қаралды 1,9 МЛН
Use Google Contacts Like a Pro
12:36
dottotech
Рет қаралды 185 М.
Beginner's Guide to Google Contacts: Creating Mailing Lists
8:07
Technology for Teachers and Students
Рет қаралды 81 М.
Use Python To Import Data to Google Sheets
14:40
Daniel Otto
Рет қаралды 9 М.
Google Forms - Email Notification Script - Send Confirmation Emails to Users
18:06
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 112 М.
5 Ways to Get More Out of Google Contacts (Tips & Tricks)
14:06
Simpletivity
Рет қаралды 130 М.
Auto Fill Google Doc from Google Form Using Google Apps Script
15:00
Jeff Everhart
Рет қаралды 190 М.
Google Sheets - Email HTML Tables & Schedule Apps Scripts
35:41
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 83 М.
Add an Email Button to Google Sheets
10:34
Shawn Beard
Рет қаралды 51 М.
Apple peeling hack
00:37
_vector_
Рет қаралды 122 МЛН