I have a Scheduled Cloud Flow that checks for all messages with attachments in a folder called "manual" (in a shared mailbox), using "Get emails (V3)". Once it finds messages it would copy out PDF attachments (if any), then move (all the originally found messages) to a separate folder "manual-uploaded".
This flow reports success, but nothing happens at all. I took out the attachment process and simplified it to just Get emails (V3) -> Apply to each -> Move Emails (v2). However, this also reports success but no email moves. It looks like no emails are found, even though there are emails with attachments in that folder.
All this to say - can someone show me a working example of checking for messages in a folder with Get Emails (v3), then moving those messages with Move Emails (v2)? I think I'm not chaining the commands correctly. I was able to make this work totally fine as an Automated Cloud Flow on each message that just arrived, but in reviewing output, I think it's not seeing the messages to act upon.

