Hi, I've just started using power automate to make a simple flow for checking an email subject and then creating a task in planner and it's not working for me.
I'm basically trying to fish for every email with the word "contact" in the subject that gets send to one of my company mail adresses that I've added to Outlook via Imap.
I'm using my 365 work account for the connector which is the same account that outlook's using.
The flow however does not trigger on any email that gets in even if i'm just using broad filters like "to:" . I also don't see my outlooks folder structure when trying to filter based on folders but just the generic outlook structure.
This here is the source for the get email trigger:
{
"inputs": {
"host": {
"connectionName": "shared_office365_2",
"operationId": "OnNewEmailV3",
"apiId": "/providers/Microsoft.PowerApps/apis/shared_office365"
},
"parameters": {
"subjectFilter": "contact"
},
"authentication": "@parameters('$authentication')"
},
"metadata": {
"Id::AQMkADI2ZTcwOWVhLTJlZmUtNDNhNy04NWJjLTRiNDFmYzUyNmZjOQAuAAADwHfbLQVLSE2RVOvZLCefgwEAy3AHmokLvkily04NUC5LLwAAAgEMAAAA": "Posteingang",
"operationMetadataId": "b1c7e022-1e98-4885-8865-c36b8cf04be6"
},
"splitOn": "@triggerOutputs()?['body/value']"
}
If anyone has any hints or ideas about what's going wrong I'd be much obliged.
Thanks in advance,
Jonas