Hello,
Just a newbie here.
I have a combobox, which give user to select e.g A,B,C,D,E,F
My DataResource is a SPO list, it has Name:A, ID:1, Color: x1.
Name:B, ID:2, Color: x2.
Name:B, ID:3, Color: x3.
Name:C, ID:4, Color: x4.
Name:D, ID:5, Color: x5.
Name:E, ID:6, Color: x6.
How I Bulk update the color according to combobox selection?
E.G.
User Choose A and B in ComboBox, then color(dropDown box) chose to y1, Click the button.
So only Name = A and B 's color will changed with Color:y1.
Please help!!!Much appreciated.