How to do Uipath apps cross page reference

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.

Wanted to achieve the same from another page.

You can use variable and set value rule
You can download any sample apps from demos summary page and see how to do the same

Alternately we would recommend to build Apps in Studio Web for rich backend functionality

@Pramodnannaka,

You are trying to access a control from another page which is resulting this error. Declare a variable and use it across the pages. It will work.

2 Likes

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).

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.