Hello All, i am trying to do cross page reference in UiPath apps and getting an error that cross page reference is not allowed. is there a way we can do cross reference ?
I also tried creating variable and assigning the value but not sure how can i check if the variable is valid from another page.
In Simple Terms : while in same page i just check if field is valid by entering Page1.PolicyNumber.IsValid and i will get the outcome.
Yeah created variable and doing it. Where as if same page “.valid” will take care of all the things but with variable we need to write some more validations on top of it (ex: if the field is empty or length of field and other).