Go to page only when

Hello,
Would it be possible to have two “and” in a go to page workflow?
Exemple: Current user’s role is A “and” Current user’s function is yes “and” Current user’s parents data is yes?
The logic doesn’t seem to work…
Can someone provide me with some explanation or solution?
Many thanks

You can have as many AND operators as you want and the example you provided should work if all the conditions are true. If it fails, it means one or more conditions are not true.

Have you checked under the testing User’s table (or wherever you are storing the user’s Role, user’s function and user’s parent data) if all conditions are true?