Custom Page how to pass record and GET request data

Hello, im new on Filament, im using custom page for custom upload process, i need pass model record data and GET request data, i try it mount() function but not working, how can i send this data to view
6 Replies
Dan Harrin
Dan Harrin2y ago
Inside the mount() method you should use the request() helper to get the data and then save into a public property on your class
Dennis Koch
Dennis Koch2y ago
Also you can use public $record to inject the record
Dan Harrin
Dan Harrin2y ago
doesnt look like the route param is set up just a query string param i think
Vulture
VultureOP2y ago
Thank you, i will get back to after i try the solution
toeknee
toeknee2y ago
Please let us know how you get on
Vulture
VultureOP2y ago
Thanks it's worked, i can't get request() method but i use public $record, is work on view
Want results from more Discord servers?
Add your server