Question

Zap run history does not show for Subzap

  • 19 July 2023
  • 1 reply
  • 25 views

Userlevel 1
Badge

Dear community,

 

I call a Subzap from a main Zap and get this message when testing it:

However, when opening the subzap_task_history_link an error message is shown and when navigating to the Subzap > History, an empty history is shown. Thus, I cannot troubleshoot the error in the subzap.

I expect that the error might be related to requiring input parameters in the subzap:

And not all of these input parameters are passed from the main zap as not all might be present all the time and also only the email_one should be sufficient for testing:

This is the complete subzap workflow:

Do you have any ideas where the problem might lie? Many thanks in advance for your help.


1 reply

Userlevel 7
Badge +14

Hi @greenhouseautomation 

Sub-Zap help article: https://help.zapier.com/hc/en-us/articles/8496308527629-Build-reusable-Sub-Zaps

 

Make sure to test all the Steps in the Sub-Zap before testing the Call Sub-Zap step.

 

Good question.

Inputs are the names of fields in your Zap that send the Sub-Zap data. Add any inputs that you’ll need to use in your Sub-Zap actions.
If you want an input field to be required, add "required" anywhere in the name of the input.

Reply