I need to allow the user to go to the next screen if two different conditions are met, if either of them is not met then they cannot continue. Each action allows one conditional, and I tried with two actions that went to the next screen with each condition I need to verify, but one condition being met seems to be enough (even if the other action’s condition is not met).
Yes, conditional logic would be nice. I don’t think it’s directly possible at the moment though. A workaround would probably be to add a second blank screen or loading screen that has two actions. One would continue to the next page if your second argument is true and the other would go back to the previous page if the second argument is false.