Hello, I have a general question about making HTTP request action. I'm still fairly new to power automation. I have a scheduled flow that queries an api for any new items created. If no new items are created I get a 404 not found, which is expected.
The problem is the flow itself shows as failed in the history with the expected behavior. If 404, the flow should stop as it currently does, but show the whole run as successful.