Problem: How to create leads from google form responses?
We have a google form and we want to create leads from google form responses.
Solution: -To create lead from google form, follow these steps:-
1.Open google Sheet which contains the responses of google form.
2.Click on the Tools tab and then click on the script editor.
3. New Screen opens like this..
Write a code to insert data in the salesforce.
Here is the sample code that inserts leads from the google sheet. In this code, we are using HTML […]