Cycling problem

Hello everyone!
How exactly does Adalo render the screen?

Hi, super Rozza Profile - Rozza - Adalo have already helped me advance a lot a project in Adalo (I’m a newbie in no code). However I still have a few blind spots. Here is on of those. [I’ve discovered that copying (parts of) screens is something Adalo hates btw, I find it unreliable!]

In the screen “Questions” below I list questions, one by one. There are 6 questions asking for different TYPEs of answers :
Q1 integer 1 : if = 10 then nextQuestion = 3 and phase = 1
Q2 explanation
Q3 string
Q4 integer 2 : if = 0 then nextQuestion = 1
Q5 string
Q6 string then nextQuestion = 3

The conditions are screen actions with conditional visibilities:
A) if integer1=10 then nextQuestion = 3 and phase = 1 : it works
B) if integer 2 = 0 then nextQuestion = 1 IT DOESN’T WORK : WHY?? I end up with a
cycles


screen
blank screen
C) if phase = 1 then goto next screen : it works

When I do a test entering A4=0 … The question list appears very briefly with Q5 (it should be Q1 again), quickly replaced by the blank screen, WHAT IS HAPPENING?

I then thought there was a problem with refreshing something, so I changed the conditions as follows :
A) if integer1=10 then nextQuestion = 3 and phase = 1 : it works
B) -
C) if phase = 1 then goto next screen : it works
D) if integer 2 = 0 then goto screen “refresh”

And on screen Refresh
nextQuestion = 1
Go back to screen Questions … it then cycles [question - question + slider - blank] ?!

Any ideas??

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.