How to hide certain boards from playing prototype?

Hi,

I have two boards in my page, a main board and a sidebar:

On the main board on the left edge there is a small icon component. I added an action to it.
If the user clicks this icon the sidebar slides in from left to right.
So far everything works well.

But if I click the play button to run the prototype the sidebar is displayed at first:

This is not what I want. The sidebar should never appear as separate board / page
The main board should appear at first.
Only if the user clicks the small ‘sidebar open’ icon, the sidebar should slide in.

What I need to change to get there?

Thanks for any help!

Hi @TRM,

You can prevent a board from being displayed separately in View mode by clicking on the board in the canvas and deselecting the option “Show in view mode”.

1 Like

@madalenam:

Great that helped!

Thanks for reply!

BTH: can I mark this thread as ‘Solved’ or ‘Solution’ somehow?