Forum Discussion
RokuJonathanD
7 years agoCommunity Moderator
"joetesta" wrote:
A challenge I'm facing is that our registration and sign-in flows are non-linear. The "polling" screen could be screen number 3, 4 or 5 depending on the path and options the user chose. I wish there were more guidance or an example of how this could work in a more complex / non-linear process.
Is it required that RED calls send incremental page numbers, or could we assign a distinct page number to each of our views and then a user might follow a path with non-sequential pageNumbers?
JD: They can be non-sequential, but the pages numbers should be increasing as a user progresses on a path. So one flow could have pages 1, 2, 4, 7 for example, and another might be 1, 3, 4, 5, 7, and so on.