I posted my other query on community for auto selection also(waiting for solution - it was related to auto selection for drop down columns).
Additionally, my another query is -
I made an app with SharePoint list, I need auto Selection of other column options(dropdown) based on another particular column.
For example
Column 1 (A, B, C, D)
A
B
These two columns are auto selected.
Column 2(A, B, C, D, E, F)
A
B
These should be auto selected for Column 2 also same as Column 1 if user selected Column 1 with A, B AND if user selected A, B, C, D or C, D. So I need to make a rule for both columns so that same auto selections are done and additional can also be selected by user manually.
My both columns are drop-downs. Can you please review the rule as it did not work for my query.
Hi @mtsts ,
Assuming that Items of two combo box are same, please try this.
DefaultSelectedItems of combo box2.
ComboBox.SelectedItems
Best regards,
Rimmon