Skip to main content

In apex I’d do something like this:

User u = [SELECT Id FROM User WHERE Id = :UserInfo.getUserId()];

Is it possible to do this using Snowfakery? I couldn’t find anything in the docs about this, so it may be unsupported 🤷‍♂️

#CumulusCI #Snowfakery
1 respuesta
0/9000