Best answer

Webhook google drive and dropbox

  • 27 November 2020
  • 7 replies
  • 89 views

Hello.

I building my first zap and have problem with configure it.

What’s going wrong?

  1. Catch Hook - in parameter of url I have EAN (ex. 1234567890) (this step works properly)
  2. Next step is looking file on my google drive with name 1234567890 (this step works properly and test was successful!)
  3. Last step is copying this file to another folder on this same google drive account (and this step not working). Below is my configuration. What’s wrong?

 

icon

Best answer by Troy Tessalone 27 November 2020, 23:37

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

7 replies

Userlevel 7
Badge +14

You are passing in the Title of the File.

File: Pass in the ID of the file found from Step 2.

 

Thanks for your help.

It’s works when I have one EAN code in webhook url. 

What can I do to find two or more files when I have in webhook few ean codes?

How should I do this? Have you any idea?

 

Userlevel 7
Badge +14

[ADVANCED] You’d have to loop thru each of the EAN Codes and do a separate search.

I think on another idea.

In first zap - From webhook I send data to google sheet 

Second - Find file in google drive based on data from new row in google sheet.

How I should formatting webhook to automatic change data cell in google sheet?

Userlevel 7
Badge +14

How I should formatting webhook to automatic change data cell in google sheet?

Depends on what column value you’re trying to add/update.

First column is Order_no, second is Filename

If I delete first column and left only column with ean how should I configure webhook? Specially if I have 3 eans code in one url.

Have you idea?