Hello everybody,
I have a list with multiple columns for example as below
I want to create a dropdown for the user to select a product bur for some reasons I have to show more information than just the product column. Is it possible to show more information(more than one column) in a dropdown row? I would prefer to keep a dropdown and not use a list.
Hi @Gerantina Hoxha ,
You can set Dropdown widget's 'Options Text' property as below
Products.Product+" "+Products.Charateric1+" "+Products.Charateric2
I hope it solves your query.
Great!