When I execute the following Custom JavaScript in Nintex Forms I get an unexpected result...
NWF.FormFiller.Events.RegisterAfterReady( function() { console.log( 'Current User' ); } );
I would expect the result to be something like...
i:0#.w|myDomainmyUserId
But instead I get back...
i:0#.w|myDomainM77
What is "M77" and how can I translate this into an identifiable user value? Thanks.
