You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Picking cells for drop down list in data verification sets the cell value for Cell Range instead of Verification Condition.
To Reproduce
Steps to reproduce the behavior:
open data verification for cell A1
In Verification Condition, select cells from UI
Select cells B1:B6
Cell Range updated from A1 to B1:B6
Expected behavior
Instead, Verification Condition range should have been updated
Screenshots
Additional context
The cell range is directly stored as array of cell's data in table.dataVerification[key].value1. It is a good idea to store the cell range in another variable as well. This information will be useful in exporting .xlsx files.
The text was updated successfully, but these errors were encountered:
Describe the bug
Picking cells for drop down list in data verification sets the cell value for Cell Range instead of Verification Condition.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Instead, Verification Condition range should have been updated
Screenshots
Additional context
The cell range is directly stored as array of cell's data in
table.dataVerification[key].value1
. It is a good idea to store the cell range in another variable as well. This information will be useful in exporting .xlsx files.The text was updated successfully, but these errors were encountered: