function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Shivani KalsiShivani Kalsi 

how to integrate salesforce custom object and google form?

NagendraNagendra (Salesforce Developers) 
Hi Shivani,

I believe there is no official support for this. But you can try this way
  • Create a REST service in your Salesforce org to update the custom object.
  • Call the REST service with jQuery/JavaScript from on submit action of your Google Form.
Here are some links that may help you to modify submit action: Hope this will help you accelerate further with the above requirement.

Please let us know if this helps.

Kindly mark this as solved if the information was helpful.

Thanks,
Nagendra
Gary RalstonGary Ralston
Hello Shivani,

There are multiple ways to integrate Salesforce custom object and Google Form, including using third-party integration tools or custom development using APIs. By integrating Salesforce custom object and Google Form, you can automate the data transfer process and avoid manual data entry, which can save time and improve data accuracy.

To learn more how to integrate Salesforce custom object and Google form, Check out the article at https://arrify.com/google-forms-to-salesforce-guide/,This resource offers a comprehensive guide on how to achieve this integration.