Repeater Relationship not ready on afterCreate()

Hello,

I have a Model Resource with a repeater relationship in it, however when I try to do some data processing from a event fired from afterCreate() it appears the relationship data is NOT ready, so I presume this is ran before relationships is saved. What is the best way around this?

I've tried afterCreate() in the CreateModel.php file
Was this page helpful?