Hi,
The error is because after simulating it’s trying to go to a page called “Dashboard.html” which no longer exists in your project. Your current dashboard is pointing to a file called “run-compare2.html”. To fix it:
- Within the interface builder click on the “Save and simulate” button, see properties on left
- You’ll see a property called “Navigate to” - change the dropdown to your current dashboard. You’ll need to manually change this again if you delete the page it points to.
As an aside I noticed you’re using sliders as 0/1 toggles in your simulation - we also provide a “toggle” component which may be better suited for this. To change it, click on a component, select “Choose a different component type” -> Inputs -> Toggle. It’s technically fine to keep it as a slider if you prefer of course, just wanted to mention an alternative.