I am trying to build a flow using an IF statement that evaluates a webpage message following an action.
Here's the sequence of events:
- Set filters
- Run filters
- Wait for message to appear
- Evaluate message- the message will be either a) "No file to download" or "Save Files"
- Choose action based on message
In my flow, I have the IF statement set to:
If Web Page Contains: If UI Element contains Span: No File to Download, Go To Label, End
After the end, I have the sequence for saving the file.

However, the flow is jumping to the label, even with the IF test fails (i.e. the window says "Save Files", which would be a FALSE result)

I have tried everything I can thing of, but continue to get the same result. Any suggestions are appreciated.