I have a web form, and some of its fields are used to build a script while building the (scene) in Zap One. After the (scene) is generated by Heygen, another zap sees a new video posted and attempts to post it. In my use case, I would like the phone number used in Zap One to be shared with Zap Two and connected with the exact (scene) generated in Zap One. This way, I can text the video to the user who filled out the web form.
In step three (generate) I can create a callback id. I use the form nonce as it’s unique to each submission.
In my second zap I have no means of using the callback id,
I sent it to a Slack channel only because I currently have no way to pass the cell# from Zap One to Zap Two.
How do I keep the cell# and other fields with the video as it travels and marry them together for a final action that sends a text message with all fields and the created video? I appreciate your help.