Skip to main content
Best answer

Trouble getting Zoho to update a lead from a Google Sheet


Trying to get Zoho to update an already existing lead using information from a Google Sheet, however I am having trouble getting Zapier to identify this lead and then update it, anyone have experience on this and can help me out please?

 

Best answer by GetUWiredBest answer by GetUWired

Hi @josh_ts 

You will need to use a find lead step before you can update the lead

Your flow should be something like:

Trigger: Google Sheets
Action: Find Module Entry (Lead)
Action: Update Module Entry (Lead) - pass the id returned from step 2 into this step. 

The exception to the above would be if you have the lead id stored on the google sheet then you wouldn’t need to search for it. 

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

GetUWired
Forum|alt.badge.img+12
  • Zapier Expert
  • 1030 replies
  • Answer
  • February 9, 2022

Hi @josh_ts 

You will need to use a find lead step before you can update the lead

Your flow should be something like:

Trigger: Google Sheets
Action: Find Module Entry (Lead)
Action: Update Module Entry (Lead) - pass the id returned from step 2 into this step. 

The exception to the above would be if you have the lead id stored on the google sheet then you wouldn’t need to search for it. 


  • Author
  • Beginner
  • 1 reply
  • February 9, 2022

this worked a treat, thank you so much!