Hi,
As I hit the error below, how can I convert the table value to Text?
Expected Result (display in Gallery):
As I hit the error below, how can I convert the table value to Text?
Expected Result (update value in SharePoint List: Choice column):
Thank you.
Hi @Drrickryp
How if I wanted to update the value from Gallery to Choice column type in SharePoint List?
- list1 = Collection in Gallery
The column name is the one you are using in the items property of the combobox.
.
Concat(ComboBox1.SelectedItems, yourColumnName, " ")