Hello All,
I am confused in setting up a logic.
I have two rows and I need to take only one of them and if that one is not available then the second.
So if it contains "Correction Needed" in comment column then this row else the "No Correction Needed" row
| F1 | FileName | Value | Comment |
| Name | x | | No Correction Needed |
| Name | y | 09/31/2020 | Correction Needed |
Thanks in advance!