I am trying to get a true/false response on if a file exists in a SP library given the file Name. The files do not have Titles. Based on my research, I have seen suggestions to use the Get file content using path action. I am able to test that and I do get that to run successfully. However, I don't know where to go from here. I'd like to have a condition after to essentially check if the file was found. What would it be checking on?
Edit: Now thinking Get file content using path is not the best action because the Flow fails on a bad path which I don't want to happen