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_
- deal stagre triggers workflow
- lookup for company and contact associated with deal
- get company details
- get contact details
- create list item
- 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?