How can I populate repeater's relation in an action from
The repeater fields are empty
I tried adding ->record(fn ($record) => $record) but did not work
This code works fine when I place it in the edit page form builder
1 Reply
Found the solution
Just replace the normal Action() to ViewAction()