Question

Failed to create an item in Microsoft SharePoint undefined. Error code 404: 404 FILE NOT FOUND

  • 26 July 2023
  • 3 replies
  • 227 views

I’m trying to setup a zap, that would take deal information (deal title, associated company and contact) and transfere these details to Sharepoint list.

 

Curent steps include_

  1. deal stagre triggers workflow 
  2. lookup for company and contact associated with deal
  3. get company details
  4. get contact details
  5. create list item
  6. update list item

 

 

I’m having an issue with the last 6th step:
 

Failed to create an item in Microsoft SharePoint

undefined. Error code 404: 404 FILE NOT FOUND

 

I’m trying to call the ID from step 5. Could this be due to polling delay?


3 replies

Userlevel 7
Badge +14

Hi @SnakeySnake 

Good question.

Step 6 > Item ID expects the value for a SharePoint Item, rather than the ID for a SharePoint Deal.

SharePoint Zap app actions related to Item.

 

Userlevel 1

Do you have the full URL in the Site field or just the site name? I kept getting the same error updating a list item, but I read the description. Once I removed everything before sites in the URL, the zap worked. 

Userlevel 7
Badge +11

Thanks so for sharing what worked for you here, @sjacobs! 🤗 

@SnakeySnake, have you since been able to get things working by just using the site name in the Site field, rather than the full url? Let us know if you’re still getting stuck here!

Reply