© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•12mo ago•
1 reply
Fieleman

Getting an error when using infolist() on Infolist\Action

Is this a bug or am I doing something wrong?

I have a view page with an infolist and a section that has a Action like so:

Section::make()
  ->schema([
    Action::make('user')
      ->infolist([
        TextEntry::make('email'),
      ])
  ]);
Section::make()
  ->schema([
    Action::make('user')
      ->infolist([
        TextEntry::make('email'),
      ])
  ]);


When clicking on the action I get an Exception error:
Infolist has no [record()] or [state()] set.
Infolist has no [record()] or [state()] set.


Using form() to create a modal works fine
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Using an Infolist-Action with another infolist in it.
FilamentFFilament / ❓┊help
2y ago
Set formData on an Infolist action form
FilamentFFilament / ❓┊help
3y ago
Action button (submit) on infolist
FilamentFFilament / ❓┊help
2y ago
Infolist action on custom page
FilamentFFilament / ❓┊help
2y ago