Saving logged in user as author

Using the UDEMY project you built and based off all the same data structure and relationships -

I created a form that an end user would use to create a course.

What I can’t seem to figure out is - how do I save the logged in user as the author without having any actions taken by the end user (i.e. through a drop down, etc… )?

Maybe I just haven’t had enough coffee yet :hot_beverage: but I feel like it’s something silly I am missing on my end.

It wasn’t a feature in the project.
You need to modify the database first.
Try the AI copilot, should be able to do such a refactor.

I will do, thank you