Posted 23 June 2020, 3:11 pm EST
Currently I’m using FlexSheet for bulk uploading data.
I successfully implemented basic validation (empty cells) using the getError function for the CollectionView
However, there may be cases when I’d like to prevent data submission if there are errors in any of the sheets.
To show proper error messages, I’d like to retrieve the rows or cells that have validation errors.
Is there a way to retrieve either the rows or the cells that have validation errors?
Thanks.