I have a flow that is reading all rows from an Excel table. If a specific date field is empty, I would like to perform one action and if not, perform another action. I have tried numerous things and am getting the same result. My test table has 8 rows, 4 have data in the date field, 4 do not. So within Apply to each 2, from a Condition step, I have tried:
- checking the field for null
- checking the field for nothing (leaving the left part of the condition empty)
- setting a variable with the value of the date field and checking that for null or nothing
- using empty = true
- checking the length = 0