I am connecting data from Typeform with a jSON library so that a health report for the user can be generated from the data.
The following difficulty has arisen. In Typeform, I created 21 variables (for 21 questions), it is called “scoreqX” (where X is the question number).
The question and the number of points for it are correctly added to the iterator, however, score = 0, which I did not create, also falls through.
In the next step, I create a Set of variables to pass it according to the formula if({{5.variables.number}}<= 2, “1-2”, if({{5.variables.number}}== 3, “3”, “4-5”)).
But scoreq is not added there, only score. I do not understand why.
This is probably due to the fact that the first output in Iterator comes with score, the rest with scoreq.
How can I fix this?
Отправить отзыв
Боковые панели
История
Сохраненные