I have a flow that uses Get Emails v3 to fetch emails from a shared box.
I did the test, without any type of filter, and the emails are returned normally.
Now I need to filter so that it brings records that only have certain words in the subject (ex: nr. 123)
If I use the subject filter, according to the documentation, I am limited to email boxes that have up to 250 messages. I actually took the test and it doesn't show the record. To prove that my filter was working, I used one of the emails returned in the first test where I didn't use any filter. And the record was returned.
I also tried using the search filter. I tried every way, but without success.
What is the correct way to search using the search filter?
I tried the following ways:
subject: *123*
subject = 123
123
*123*