$data does not contain Detail Data from Repeater
I have Master Detail create form with Repeater to handle the detail data input. How can I access the detail data in the repeater before and after save?
here is the code of the repeater:
If it's only master I use mutateFormDataBeforeCreate() and handleRecordCreation().
Thank you in advance
1 Reply
end up using handleRecordCreation(array $data) and mutateFormDataBeforeCreate(array $data)
I wonder why is array $data doesn't contain the detail data from the repeater??
below is my repeater code: