Please also make a video how to do reverse, like how to get lead from google sheet to Salesforce.
@KevinPeters-k7j3 ай бұрын
Good video -- could you share that Apex code, that way I don't have to manually copy it into my own org? :D
@ruchikagedam17623 жыл бұрын
nice explanation sir, Thank You!
@harshsharma283311 ай бұрын
with the from i m getting data in google sheet, and i want all the record which is creating in google sheet direcly add on in my salesforce org
@sahanab48814 жыл бұрын
Hi, instead of Google as auth provider i used Open id connect and followed the same steps. But it gives me error of 401 , unauthorized and gives the error message as ""code":"CanNotReadSecurityToken","message":"The provided authentication token is not valid, Security token is either null or is not well formed Json web token." Any idea about this..
@itsIs2633 жыл бұрын
Thank you! Can we do from Excel to salesforce
@vijayreddyambati12424 жыл бұрын
Very Nice... We are trying to get the data from Excel and create a case in Salesforce...
@winfomi4 жыл бұрын
Ok. Cool.
@agomonipaul53592 жыл бұрын
@@winfomi i have feteched the data from Google sheet using Rest api named credentials as you have explained. But in the json response it is coming as [ {"majorDimension" : "Rows"}, "Range : "test_sheet!A1:B3"}, {"Values": ["firstname,"Lastname"],["Asha","Roy"],["Ria","Saha"]} ] But I need the values part in proper json format response like {"Firstname" : "Asha " ,"Lastname": "Roy"},{"Firstname" :"Ria","Lastname":"Saha"}
@agomonipaul53592 жыл бұрын
@@winfomi can you kindly help me?
@hariharannatarajan7208 Жыл бұрын
@@agomonipaul5359 In a simple way create a wrapper class which replicates the structure of json and use json.deserialize method to change the json format into wrapper class then u can work with your wrapper
@neelgugale65102 жыл бұрын
how to do the exact reverse, where you have client ID and even the paramerets, you need to push leads from google spreasheet to teh rest api?
@agomonipaul53592 жыл бұрын
Did you get the Google sheet response?
@neelgugale65102 жыл бұрын
@@agomonipaul5359 not yet
@surajbahale92914 жыл бұрын
Thank you 😊 i like it
@royquek89372 жыл бұрын
Hi Tamilselvan, understand it has been a long time since this video has been created, but would you have the source code for : GoogleSheet_Sync__c , I believe it is the final step before completion, would be very thankful if you could share it !
@shubhamchaudhary59162 жыл бұрын
GoogleSheet_Sync__c is a checkbox field on contact object to determine if a record is synced or not
@KavishSharma2 жыл бұрын
@@shubhamchaudhary5916 hey can you tell me about that confirm button how to create that and how to link it