Nintex Forms: image control URL based on uploaded MySite image of current user

  • 3 May 2019
  • 1 reply
  • 5 views

Badge

Hi there!

I am struggling with the image control in Nintex Forms.

I have an image control and would like the URL to be the uploaded MySite image of the current user.

https://[site]/User%20Photos/Profile%20Pictures/[firstname]_[lastname]_LThumb.jpg

So when a user opens the form, he will see his MySite picture.

Unfortunately, the image control does not allow form variables, named controls or the runtime function UserProfileLookup.

Using a button of the type image won't work either.

How do I manage to do that?

Thank you!


1 reply

Userlevel 5
Badge +14

you could use calculated value control which evaluates to image HTML markup

https://community.nintex.com/t5/Community-Blogs/Populate-a-Calculated-Value-Field-with-HTML-Picture/ba-p/79991

 

Reply