Solved

list lookup blank first value

  • 11 October 2019
  • 3 replies
  • 62 views

Badge +8

In Nintex Forms for Office 365, new responsive designer, I have a list lookup where the user selects from a drop-down menu.  Depending on what the user selects, I want long text message to display on another part of the form.  I used another list lookup control.  It uses a variable created by the first list lookup to filter from a list and returns the value of the long text.

 

The problem is that it does not display that text immediately. It displays blank, and the text is available in the drop-down options.  I do not want the user to have to select it from the drop-down.  I want the long text to display immediately and have no option to select anything else.

 

 Any way to fix this?  Maybe I can do this a different way, without a list lookup?

I will attach a couple screen shots.  See how I have to click the dropdown in order to see the long text that I want to display?

 

 

icon

Best answer by eharris04 12 October 2019, 00:40

View original

3 replies

Userlevel 3
Badge +9
What you need is the "lookup" runtime function.

Then you can use a form Rule something like:
If listbox1 is filled then longtextfield is assigned lookup(list,listbox1,lookup_column,output_column)

According to the Nintex production manager, it is currently under development. No word on a release date yet.
Badge +17

Do you mind sharing your form with me? I think you may be able to use that variable in a label instead of a dropdown to achieve a similar thing. Another thought would be to have the dropdown hidden, then use a calculated control to equal the value of the dropdown.


 


In theory, this should NOT be a control but a rule handling the description of label popup based in the users' inputs.

Badge +8
I may have forgotten to share the form with you. I ended up adding a label to display the text, but I still had to ask the user to select the value from the dropdown. I could not get it to work using only the label & variable. I marked the dropdown as required and the users are comfortable using it, so I will leave it as is.

Reply