I am trying to write a flow that loops through emails in an inbox, and makes a http get request based on the subject of the email. My get request works fine, but it gets skipped when put inside a loop (I have tried "Apply to Each" and "Do Until" loops).
The http request skips even when I only select the top "1" email, so it shouldn't be a delay issue. I have read that when an action is skipped and is faded, it means that proper input wasn't given. But in my examples, everything within the request is hardcoded, so there shouldn't be an issue of no input.
Any advice would be greatly appreciated.
Looped get request:

Un-looped get request:
