I know this is an odd request, but I am running into a situation where I don’t want the data to get passed to the next screen.
Scanning Screen → Grabs Data and Passes it to the next screen → That screen shows the data scanned - This part works well.
Now I want to have it take the user back to the scanning screen so they can scan again, but when I have it link back to the scanning screen - it links the original scanned data, which sometimes causes issues with the next scan.
I have tried to put a blank screen in between but it still links the data across. This has been asked before but there wasn’t a solution.
Data passing is automatic and unfortunately can’t be configured. You may create a fresh empty screen and put a button there, linking to “Scan lead” screen. With this most probably you’ll have the “Current X” is marked as unavailable in Scan lead.
However, keep in mind that having “Current X” unavailable in a screen does not mean that it is always unavailable in the app. If a user comes from the screen with this record available, the data will be available.
So I’d focus on fixing issues with the next scan. What issues do you have there?