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.
Best answer by Vernon
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.
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.