I've tried googling but all the results semms to be for older versions.
I'm trying to get the logged in user's id and then compare it to another table. In (sorta) clear text i mean like this:
If (the current logged in user's id == Goals.UserId)
{
show all the logged in user's goal
}