Access repeater data afterSave

I have a relationship repeater and inside it there is also a checkbox that doesn't really exist in the model. In the Edit Record Page I want to do some logic with all the items that had the checkbox checked after saving. $this->form->getState() won't return any of the repeater data. Probably because it's a relationship repeater which disables dehydration from what I can tell. And $this->data for some reason always returns false on the checkbox column even though it's checked. I'm assuming because it somehow, somewhere fetches/rehydrates the data from the relationship and since the column does not exist it gets null and else false. So my question is how can access the original data or somehow get all the items that had this checkbox checked?
0 Replies
No replies yetBe the first to reply to this messageJoin