I was initially working on a prototype flow where it’s possible that the system either moves to another screen quickly, or it takes some time (depending on system processes). I wanted to simulate that.
I also noticed this idea (Use variables for transition timing) which is kind of related, but mine is looking into a different value. Maybe our ideas could be merged together for just allowing variables in prototyping values
Thank you for providing feedback! I will share this with our internal team. Your input is highly valued, and we will take it into consideration for future enhancements.
@Ernest_Fowler What I ended up doing for this was having a variable that determines which flow the user would have to go into, and also including a starter screen in the prototype to somehow “configure” the variables. So if I wanted to demonstrate Flow B instead of Flow A, I would have a toggle that could be changed at the start of the prototype. Then, during the fork, that would just be a conditional statement based on the value of the variable (if A then go to Flow A, else go to Flow B).