Skip to main content
Nintex Community Menu Bar
Question

Image in Avatar

  • July 11, 2024
  • 3 replies
  • 20 views

bill.fox
Forum|alt.badge.img+7

I have the picture showing in an image.

The image is set as follows:

The avatar is set as:

The avatar does not show as seen above

3 replies

Forum|alt.badge.img+14
  • July 12, 2024

This is how thousands of images have been stored.

How do I access these images in an Avatar?


Forum|alt.badge.img+17
  • Nintex Employee
  • July 12, 2024

The image component create a correct URL when you use the “attachment” Image Source method. (Which only really works if you created the image using the skuid File Upload tool – as you have done. (Well done)

The Avatar component needs a fully formed URL - which you need to construct.

In your case the Avatar Image URL would look like this:

/servlet/servlet.FileDownload?file={{Person__r.Photo__c}}


bill.fox
Forum|alt.badge.img+7
  • Author
  • Rookie
  • July 12, 2024

I have tried both:

/servlet/servlet.FileDownload?file={{Person__r.Photo__c}}

However it does show in image

Must be missing something