Hi All,
I’m trying to add headshots to Loan Officer entities in my experience. All of the headshots are currently stored in the Photo Gallery field. I’ve been following the instructions in the Defining New Cards training module, but don’t see a formatter for the Photo Gallery.
I’ve tried a number of snippets (few listed below) but images are not appearing in the experience. What is the correct photoGallery formatter we should be using?
image: profile.photoGallery ? Formatter.image(profile.photoGallery).url : null,
image: profile.photoGallery ? Formatter.image(profile.photoGallery[0]).image : null,
image: profile.photoGallery ? Formatter.image(profile.photoGallery).image : null,
Thank you,
Austin