Skip to main content
Nintex Community Menu Bar

Populate static data on list control

  • February 8, 2017
  • 1 reply
  • 91 views

Forum|alt.badge.img+8

Hi All

 

Is there any method which will allow me to populate the static values on a dropdown list?
I've tried using transfer data but that doesnt seem to work

 

The dropdown is not connected to a smartobject as the values never change

However in some test scenaria I would like to have a rule or a hidden parameter which will allow me to changes the values

any feedback appreciated

 

Paul

1 reply

Forum|alt.badge.img+9
  • February 8, 2017

HI,

I donot see this possibility for drop down list control. It has only two option to configure the data source

1. Use a static list of values in the control, or

2. Use a smartObject as a data source.

 

So, just create a smartobject of smartbox and populate with those static values you would like to display in the drop-down list and  use that smartbox smartobject as data source. Then, you can apply rules to filter the output based on input parameter. I think there is no other work around.