Conditional Renderring by Id


Hey Pat, Open Developer Console and execute this anon Apex: System.debug(UserInfo.getProfileId()); You’ll see that the 18 character Id is returned. I bet internally Skuid is comparing the result of getProfileId() with the Value specified. Cheers, Irvin

Yup.  You need to use the 18 character ID if you are building conditions on User. 

I keep a skuid page handy that shows users and ID.  For me its more striaghtforward than remembering the anonymous apex.