I'm using a collection to determine if the a screen should be shown. I've tested that the given value can end up in the collection but it's giving me an error that it will always navigate away and won't allow me to set that.
ERROR: "Navigate cannot be used here since it would automatically always navigate away from this screen"
MY FUNCTION in the onVisible attribute of a screen: If("Transmission Region" in Screens, false, Navigate('Materials Inspec Screen'))
the idea was that if it wasn't in the collection to move on to the next screen.