In UiPath Apps, how to prevent value change rule run on page-load?
Issue Description: How to set a default value and prevent value change rule to run on page load ?
While attempting to set value to an app variable and on opening the value page, the same app variable is assigned to another textbox. Anything other than blank will trigger the value change rule.
Resolution:
- Consider Text box. In the value page, default the Text property instead of value binding. It works without changing the value change rule being executed on the run page.
- Consider an example of a Switch, map the Switch variable to the default variable,