I'm generating a view that lists all nodes created by this user. To restrict it to the currently logged in user, do I need to use Filters or Arguments?
I thought Arguments
-> User: Uid
, but not sure how to specify current logged user as the argument.