Skip to main content
Nintex Community Menu Bar

We just got K2 Cloud and I am learning and working on our first app and already have a question I hope you all can help me with.

I have a Form created with a field called Employee title. I made a rule in the Form inilize section where I Execute a get method on SmartObject for Azure Active Directory. 14352i022AC75054E6F050.png

FQN is a K2 concept if i can call it that. K2 uses Labels in this case AAD: to distinguish accounts between different providers.
In your case i would use the FQN and pass it to a Smart Object call like the UmUser Get user details and return the email. Or alternative if you are 100% sure the UPN and Email of these users will match you can use an inline function to strip the AAD: of the value.

HTH
Vernon

Reply