Hi @batmanMon ,
Do you want to know how to modify ComboBox.SelectedItems.Value?
Could you tell me
1)what does the combo box use for? do you use it to choose value of column2?
2)the formula of this combo box's Items?
3)where do you want to use ComboBox.SelectedItems.Value? If you could show me more details about this long formula, it will be better.
I assume that the combo box's Items is
Choices(ListOnSharePoint.'Column2')
If you want to use ComboBox.SelectedItems.Value as a text, try this formula:
Concat(ComboBox.SelectedItems,Value&",")
If you want to use ComboBox.SelectedItems.Value as a table, try this formula:
ComboBox.SelectedItems.Value
Best regards,