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 #SnowfakeryI think you can use the SalesforceQuery object for that?
https://snowfakery.readthedocs.io/en/docs/salesforce.html#incorporating-information-from-salesforce