Hi all,
I need help in the following situation:
I have an IP 2013 browser form that submits data to a form library in SP2013. I want to capture the username to display who filled the form using the UserProfileService, but the result I'm getting is not the current user but a service account (SP Services) which I used to create some of the services in my SP deployment. If I use username(), I get the current user but using GetUserProfileByName, I get the service account. Can anybody provide some light on this? The form is admin approved.
Thanks in advance,
Gus