
I tried to get emails from a folder using Get Email but there is a limit of the number of emails fetched. If using Http Request to get emails, it can't loop through all the emails as compare with Get Email because in dynamic content of Http Request, there is only body but no content for going through the list of emails. Any idea to process the emails fetched by using http request?
https://tomriha.com/how-to-get-more-than-25-emails-from-a-mailbox-with-power-automate/
I just want to replace Get Mail with Http Request due to the 25 emails limit but don't know how to loop through the fetched content from Http Request.