Hi there! Thanks you guys for helping with questions
Is there a way to send the user to completing Videoask question flow from a specific question ID or order if he didn’t complete the whole flow?
I know that Videoask is sending a webhook whether that flow is completely answered or not. So maybe I can do this based on that
Saw also that it’s available for typeform, but my question related to Videoask
Thank you
How to trigger Videoask question flow from the specific question
Best answer by andrew_videoask
Hi
This isn’t a feature that’s available out of the box with VideoAsk, but it’s a great idea! The ability for respondents to pick up where they left off could be extremely useful.
If your videoask is very complex and involves many branches of logic, I probably wouldn’t recommend the following workaround. But if your workflow is more basic, you could try the following:
- Duplicate the main videoask
- In the duplicated videoask, delete the first step
- Duplicate the duplicated videoask, delete the first step (and so on until your last videoask only has the final step remaining)
- Now that you have a unique videoask/link for each remaining step of the videoask, you can set up webhooks
- You’ll probably need to write some custom code to analyze the webhook delivery. If the respondent’s progress for completing the videoask is incomplete/dropped off, you’ll want to identify the last question they answered. Based on that step (e.g. step 2/5), you’ll then email them the link to the appropriate duplicated videoask.
The most challenging element of this workaround is unifying the respondent’s responses across videoasks. You should be able to use a unique identifier like the respondent’s email or respondent ID, but you’ll need to determine where you want to centralize that data. Will you store it in your own database, Google Sheets, etc.?
I hope this helps!
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.