Hi, I have “Path exists” activity and the output is saved in an variable. I wan to put that variable in an if condition. If the file exists I want to do something.
How cand I put that in if?
ExcelFileExists is True or ExcelFileExists.toString=“True” or ExcelFileExists.toString.Equals(“True”)
I don’t know which one is the best option to use without errors.