thank you
i have created a list named: "summer associate attachements" and then i added two columns:
1) people/ person with the email address
2) role
i made an entry with my email address and role Admin.
i then went at the App OnStart and i added what you mention what you wrote above but there i already have
If(!IsBlank(Param("ID")),Set(varID, Param("ID"));Navigate(Screen1,ScreenTransition.Fade));
how can i combine them?
And (Set(IsAdmin,LookUp('Summer Associate Attachments',Email = User().Email).Role = "Admin")