Skip to main content
Nintex Community Menu Bar
Question

Image component displays broken img, file upload component works.

  • July 9, 2024
  • 2 replies
  • 9 views

Forum|alt.badge.img+18

I’m trying to display an image that is attached via a field on a record.

If I use the image component with the following settings, I get the ‘broken image’.

If I use the file upload component with the following settings, it works as expected.

Why? What am I doing wrong?

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+6
  • Nintex Employee
  • July 9, 2024

Matt,

Is Photo__c a reference to the Skuid File object? The Attachment field needs an actual Salesforce Attachment Object Id, so if it is a reference to File, you’ll need to select the related Attachment Id instead: Photo__c.skuid__AttachmentId__c.


Forum|alt.badge.img+18
  • Author
  • July 9, 2024

That was it! Thanks.