How to pass parameters from ListRecords to CreateRecord in Resources?
I have the following relations Menus > Categories > Products. I have
ListProducts where I do allow user to choose a Menu from a dropdown and picked menu_id is saved via a $queryString. So now when I click on a Create action I would like to carry this menu_id to the Create page and display related Categories to the user when creating + keeping him in the same Menu. Any best practices on of how to achieve this in Filament?