I have a very simple flow setup that I'm struggling with, I'm using the list rows in Excel to pull all data from a spreadsheet, I'm then using one of the values from the spreadsheet (The value is either Yes/No) to input into a condition.
The challenge I have is that the value from the spreadsheet is coming back as null and therefore the condition won't work. I've checked the output from the list rows and the data has been retrieved. Also there are other fields in the row that are being retrieved it just seems to be the Yes/No fields.
Is there an obvious reason why this might be the case?