We want to check a mailbox each day for a specific email. If the email isn't there we want to send an email to a different mailbox.
How can we do this?
We've used the Get emails action with the Search Query so it only finds the specific email we want. That works great, but the problem is how can we tell Flow to email out only when the array is empty?
Solved! Go to Solution.
Hi @kylep,
I have made a test on my side and please take a try with the following workaround:
@empty(body('Get_emails'))
Image reference:
The flow works successfully as below:
Best regards,
Kris
Hi @kylep,
I have made a test on my side and please take a try with the following workaround:
@empty(body('Get_emails'))
Image reference:
The flow works successfully as below:
Best regards,
Kris
User | Count |
---|---|
39 | |
39 | |
23 | |
15 | |
12 |
User | Count |
---|---|
27 | |
20 | |
19 | |
14 | |
13 |