Have a menu but do not lose current Item

Hi!

Each user in my app can have many companies they manage. I want the homescreen to be a screen where they click on a company. The second screen is the company screen. I would like to add a menu here, but if I do that Current Company will be lost. Am I missing something? This should be possible right?

Maybe try this,

Use list of companies which filtered by logged in user, and inside this list, use button to link to other screen, where in this new screen you get current companies.

As long as you have done proper setup in collections relations.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.