Hello, I've struggling to access the 'preferredDataLocation' property using the 'Office365Users.UserProfileV2' connector. The connector is:
https://docs.microsoft.com/en-us/connectors/office365users/#get-my-profile-(v2) The properties are listed:
https://docs.microsoft.com/en-us/graph/api/resources/user?view=graph-rest-1.0#properties This doesn't work (in for example a text field). Office365Users.UserProfileV2("john.doe@contoso.com", {'$select':"userPrincipalName,displayName,employeeId,mail,mailNickname,preferredDataLocation"}).preferredDataLocation While this would work: Office365Users.UserProfileV2("john.doe@contoso.com", {'$select':"userPrincipalName,displayName,employeeId,mail,mailNickname,preferredDataLocation"}).displayName I managed to work around this using a Runbook (this rather slow!) retrieving the data BUT, the Runbook Connector is a Premium Feature, it wouldn't be practical to buy the Premium Licenses for this. The 'Office365Users.UserProfileV2' connector only seems to provide access to a handful of properties. Thanks Laurence