Best answer

Sub-Zap returns no data - I want my zap to continue to run weather or not the sub-zap is successful.

  • 28 November 2023
  • 1 reply
  • 22 views

Userlevel 2

I have a sub-zap to look up employee census data.  

 

Occasionally my main zap will pass an ex-employee’s email into the sub-zap and becasue the sub-zap can’t find that person it gets stuck.

 

I want the main zap to continue weather or not it gets a hit in the sub-zap.  There doesn’t seem to be an option anywhere where I can set it to continue if no data is found.

icon

Best answer by Troy Tessalone 28 November 2023, 18:02

View original

1 reply

Userlevel 7
Badge +14

Hi @Mary_S 

Good question.

You’ll want to add logic to the Sub-Zap to always return a value.

Try adding this Zap action: Formatter > Text > Default Value

Reply