I have a flow that downloads the attachments that have any email that has the subject “Order” and it works without any problem, but I wish that at the moment that I do not find emails with this subject, a notice will appear informing this, how can I do it?
The filter is made as follows
“@SQL = (” “urn: schemas: httpmail: subject” “LIKE '%” & argSubject & “%')”
argSubject is a variable equal to Order
@Juan_Esteban_Valencia - Used output variable from get outlook email activity. and check the length of the of variable eg. emails.length > 0 use if else condition and add you alert logic in else section.