I need power apps to realize a function, scan the barcode to get a string of numbers, and then go to the list to query the corresponding area of this string of numbers, displayed in the label, but I found a problem, when I did not close the application and scan the barcode again, jump to the window displaying the label, I will find that there is the area of the last scanning label, and the correct area will be displayed only after two or three seconds, I have thought of trying to reset the label's text in the back button, but did not succeed, is there any other way to do it please?
The first step is to scan the code and jump to another window

Reaching the next window, I have a form whose Item has been set to the item corresponding to the number that came out of the code scanning

In this forms, there is a label that displays the corresponding area, and a button to return to the home page. there is no problem with the label displaying the area, but after returning to the home page and scanning the code again, I found that the label displays the previous area, and it takes a few seconds to display the correct area.

I wanted to try to reset the label's text to null on return, but found no way to do it, so I had to come here to ask, thanks!