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