Wizard Steps, Create Record doesn't save Relationship

Hi guys, currently trying the Wizards steps for my a bit more complex creation process.
When I try to save it though, I get an error showing me that the foreignkey doesnt get inserted into the db. So Somehow the relationship is not saved I guess.
Is there a function I can hook into to set the conference_series_id (foreignkey) value manually so it will be inserted too?


Screens:
image.png
image.png
image.png
Solution
Solution:
Select::make('conference_series_id')
Was this page helpful?