Skip to main content

Hi,

 

I am using K2 for SharePoint and I have a scenario like  I had a list with multiple items I need to read each item and have to append value from particular column into a multi-select drop down.

 

 

Eg

++++

List A

++++

Column 1     Column2

```````````````````````````````````````````

Item1                  abc

Item2                  sdf

Item 3                 ert

 

 

have to append column2 values into drop down.

 

like this when Dropdown is clicked it should show this values in dropdown(first value-->abc,2nd value-->,sdf,3rd value-->ert)

 

 

 

Thanks in advance...

 

Hello K2A.



I would suggest you also check this K2 documentation found in this URL; https://help.k2.com/onlinehelp/k2appit/userguide/current/default.htm#SF_-_ViewControls_-_Drop-Down_List.html it provides detailed information based on the ‘Drop-Down List Control’ usage and setup. See if this may help figure out how to resolve your problem.


Reply