Hi,
I have Dropdown component on my Mongoose form, and I am filling it with GlobalScript. When I have only one column displayed it's ok. For filling Dropdown with values works command:
ThisForm.Components["dropList1_BU"].ListSourceScriptAddListItem(ct.businessUnitCode);
But when I setup two columns to display, I have problem:

How can I set values for more then one column? Function ListSourceScriptAddListItem only accept one string as parametr, so I am unable to setup values for second column.
Thanks for any help.