Unable to determine why this flow is always triggering at least twice.
Things I've tried:
- Turned OFF Outlook rule that was flagging email automatically
- Manually flagged test emails from Outlook or Outlook Web
Here's a peek to the PowerAutomate code (some of the names have been altered to protect the innocent)
{
"inputs": {
"host": {
"connectionName": "shared_office365",
"operationId": "OnFlaggedEmailV4",
"apiId": "/providers/Microsoft.PowerApps/apis/shared_office365"
},
"parameters": {
"folderPath": "AnyFolderPath",
"to": "AnyToEmail@anydomain.com",
"from": "AnyFromEmail@anydomain.com",
"includeAttachments": false,
"subjectFilter": "has been issued",
"importance": "Any",
"fetchOnlyWithAttachment": false
},
"authentication": "@parameters('$authentication')"
},
"metadata": {
"Id::{someID}": "Power Automate Workflows",
"operationMetadataId": "{anotherID}",
"Id::{SomeID}": "AnyFolderPath"
},
"splitOn": "@triggerOutputs()?['body/value']"