Hey
I built a multipage app in Retool where the first page contains multiple user inputs and calculations based on those inputs. I've tried two methods to pass data to the second page:
- Using localStorage:
- Issue: Cannot read the latest data
- Issue: The data takes too long to load
- Using URL method:
- Issue: Page 2 cannot find the saved data
- Specifically: Shows 0 keys
Could you help identify what's wrong with these methods and suggest a solution?"