I made a survey.and I want first customer's selection value is stored in a variable.Later, other customers participated in the survey, we wanted the first customer's selection value to have an effect.However, the stored variable is initialized.What should I do?
Answered
I hope that the results of the first survey will influence the next one.
Best answer by Gabi Amaral
Hey
There might be a solution using a combination of webhooks and APIs.
You can use webhooks to be notified of a new submission.
The webhook handler extract the data to find which option has been sent, and then update the form definition using our API.
This should work fine unless you have a lot of traffic and there is a chance that someone submits a response while it’s being updated.
There's more info about that over here:
Make sure to take a look at it!
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.