Hi,
I'm trying to create a condition statement for my flow that pulls in data from Power BI and then I format it and create a csv and then email it out. Its a flow that runs weekly and some weeks there is data to go out and others not. I think a condition statement is the way to go - meaning it would be something like if the output from the CSV create has data in it - then an email function that sends out the report. If the create CSV is null/empty - then I create an email that simply says - No data this week, for example.
I tried to setup my condition to say if the Output from the Create CSV is Null than send out email saying No data but the Yes had send out the full email with attachment. It ended up doing the opposite of what it was supposed to do. I know I could probably just flip the logic but I don't trust its doing what it should. Any thoughts on how to do this?