In UiPath App Studio, I created a Main Page and a Second Page, which is displayed in the Main Page using a Page Container.
When I click the blue button, the output_value variable will be set with the value ‘eggs’, and should output it in the textboxes in the Main Page and Second Page, as both have output_value as their value binding.
However, when I try it in preview mode, only the textbox in the Main Page shows the value
I tried just deleting the textbox in the Main Page to try if the textbox in the second page will show the value, but it still did not. Help. Could this be a bug?