Is it possible to manage different resources (models) on each Step inside a Wizard?

All models have some basic relationships between them and the state should be maintained between the steps.
I already figured out how to create a record after the first step using afterValidation(), but im struggling to pass the created model's id to the next step of the wizard in order to populate a Select component with a ->relationship(). Thanks in advace.
Was this page helpful?