Question
1
Replies
332
Views
Anthem Inc
Posted: February 12, 2019
Last activity: February 12, 2019
Closed
How to display two column values in drop down
I have requirement
Column1 column2
row1 File1 File2
row2 File3 File4
now i need these column values in single dropdown like
File1
File2
File3
File4
what is the best way to achieve this requirement? pls give me a suggestion.
Hi Ravishankar,
You can achieve it through one approach like
1. Dropdown list source as clipboard (refer page list property)
2.Enable run activity and get the results for clipboard page
3. Write logic in activity like get the results from a table and append the column values to the new configure page(clipboard page which refered in dropdown).