© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
3 replies
Rootes

Field Repeater, $get and $set

Not sure if I can do this but I am looking to change the Next item depending the from the previews Item and I am not sure how to call them.

          ->addAction(
              function (Set $set, Get $get) {
                  $set('../ THISITEM /start_at', $get('../ PREVIOUS_ITEM /start_at')->addWeek());
              }
          )
          ->addAction(
              function (Set $set, Get $get) {
                  $set('../ THISITEM /start_at', $get('../ PREVIOUS_ITEM /start_at')->addWeek());
              }
          )
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 Get inside Repeater field
FilamentFFilament / ❓┊help
3y ago
Repeater set a Variable per Field
FilamentFFilament / ❓┊help
2y ago
Repeater and auto-increment field
FilamentFFilament / ❓┊help
2y ago
Get field data of parent repeater from nested repeater
FilamentFFilament / ❓┊help
2y ago