Solved

Get the value from a selected dropdown in a list

  • 18 April 2018
  • 2 replies
  • 199 views

How can I get the value of the drop down field inside a list?

214456_pastedImage_2.png

Existing result:

214457_pastedImage_3.png

 

expected result:

30 DAYS-CUT-OFF

icon

Best answer by burked 2 May 2018, 19:04

View original

2 replies

Best solution at the moment, use replace function,

 

Userlevel 5
Badge +8

You can wrap the lookup you've built out in a parseLookup runtime function to strip out the lookup prefix.  I have it setup like below:

This will show on the form like this:

I'm using a calculated value control, but this can be done using a set value rule as well.

Reply