Question

Split Function is working in Test but not in live mode


Userlevel 1

I was ready with my Zap and everything was working in the editor. 
When I try to use the Zap in live mode it gives me this error in the Zap Details page. 

Anyone had that problem already?


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

4 replies

Userlevel 7
Badge +14

Hi @Pascal Lammers 

Good question.

We’d need a full screenshot of the input values sent as part of the DATA IN for the Code step.

(scroll down and take a screenshot)

 

If the value can be null, then you may have to add additional logic to handle that data use case.

 

Userlevel 1

 

Here are the screenshots of the Input Data

I don’t know why I’m getting the error, because in the Editor everything is working fine. 

Thanks for getting back @Troy Tessalone 

Userlevel 7
Badge +14

@Pascal Lammers 

In this example, there was no value provided for “articlenumber”, hence the error.

Check your previous Zap step (3) to see the DATA OUT since the output is mapped to the Code step.

 

Userlevel 1

Thanks for getting back! 
My fault 🤦‍♂️ - just checked the Zap and I had one Input wrong

Lesson learned - @Troy Tessalone