Hi!
I am trying to add a condition into an existing bot because a few times it has opened the excel file and the file has somehow gone blank (and it shouldn’t). So I added an if activity and have the normal flow in the then side and an error email in the else side. However, on the condition I am getting an error. There should always be data in cell A1, so I am trying to write it if A1 is not blank go with the normal process on the then side, if it is blank, do the else. But I am getting an error in my condition.
Thanks for your help!