Helo all! I have a list with columns name for check, for example {“Name”,“Age”,“City”}
And data table with many columns and rows, not only Name,Age,City.
I need to check each row and find which column from my list is empty and print index.
For example:
index 3, columns Age
index 5, columns Age,City
Is there a best practice for solving this problem ?