Question
Save Dropdown Values
Hi All,
I have two columns A and B. Column A is text and column B consists of dropdown values shown below:
| Column A | Column B |
| a | Dropdown |
| b | Dropdown |
| c | Dropdown |
| d | Dropdown |
If there is any change in column B dropdown the corresponding values should be updated in DB on click of button. Can anyone please help me how to achieve this.
