Hi,
I have a trigger set up for when a new email meeting certain conditions arrives in my Gmail inbox. I want to use that specific email as the input for my flow, as using Gmail.Folder(“Inbox”)(0) might fetch a new email that isn’t the one triggering the flow.
I receive a lot of mail in the mailbox so when the flow start the mail I want to use is not always the first.
So I can’t run my flow properly. How can i solve that?