Skip to main content

Hi All,

I have an Zap that runs every hour. It runs an Export from Streak CRM and dumps the data into a Google Sheet.

 

The columns start at A, of course, which should be a column called “Stage”, and then B, which is “Name”, and then many other columns until column CW, which is called “Box Key”. 

At 6:05am this morning it ran correctly. At 7:05 (and at every hour since then) it ran and the export failed to include the first column of data, “Stage”. Instead, column A populated with Name, and at the end of the spreadsheet, column CV is “Box Key” and column CW is completely blank. So it’s as if the column “Stage” was moved to the end and all its data deleted.

Obviously I did not change anything in our Zap. Here is a screenshot of the code. 

Does anyone have any ideas??

Thank you so much for reading, I really appreciate any help anyone can give. 

Alexander

 

 

Hi ​@AKC 

Since your Zap step is using custom Code (Python), you can try adding logging to the code to see the output of the data being processed to help you troubleshoot.


Hey there, ​@AKC 👋 I just came across your post here and wanted to check how you’re getting on. I can’t see any changes made to the Code by Zapier app around the time that you reached out here. 

Were you able to get to the bottom of what was causing issues with your Zap?