Skip to main content
Nintex Community Menu Bar

#Value! returned when using lookup connected to Sharepoint library

  • September 16, 2019
  • 1 reply
  • 15 views

Forum|alt.badge.img

Hello,

 

I am attempting to create a form that when being filled out, displays images from a SharePoint Library, when the corresponding option from a dropdown list is selected. THe dropdown list is set up and show all of the items in the library, but when selected the calculated value returns #Value!. Is the capability an option or does it need to be in a list?

1 reply

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • September 17, 2019
Hi,
A calculated Value control will not work as it it is not designed to display images.
I have checked using a Rich Text,Label and image controls to acheive this solution but the issue is that you cannot reference another control or form variable within a controls settings which would be required to make this work.

The only way I could see this working is by using a Classic form and Javascript.