Making a quiz app which will use microflow for scoring purpose.

1
Hi all, I’m calling a microflow (through  button )to chose the correct response from the four given options ( of enum type ) and then increase the  score by 1 if correct otherwise add 0 to it. I am giving this score value on a page to see it. But it always shows the default value of score i.e 0. I have a total of three questions(1 question on each page) and m calling the same flow to count the score.
asked
1 answers
2

Did you save the result and did you refresh the object? In a page you always should refresh the first object of the page if you have nested dataviews.

Regards,

Ronald

 

answered