I am calling a sub-zap from another zap and the sub-zap is throwing the error
Did you fork or replay this step? We expected callbackUrl to be stored!
The sub-zap is running tasks based on an array of values where it performs steps on the array. If I reduce the array to only one item it works fine. If I increase the array to more than 1 value it throws this error.
I moved the array to the sub-zap so that the parent zap would be able to call single actions that wouldn’t be repeated after the sub-zap exits.
Is this supported in sub-zaps or do I need to restructure my zaps to handle this differently?