Hi everybody,
I have the following flow [the tigger is when an email arrives]. I only want to apply the follow on attachment that contain a certain string. The string has been set in compose (fixed); and the dynamic content of the compose has been added to the condition.
However, somehow my flow always gets an error message. That error message does not occur when I only apply the 'isinLine' [first value of the condition expression] to exclude attachments that are in the body of the email. See below picture of my flow:
Can anybody help me out ;-)
This is the output
{
"statusCode": 403,
"headers": {
"error": {
"code": "0x80048d06",
"message": "{\"operationStatus\":\"Error\",\"error\":{\"type\":\"Error\",\"code\":\"EntitlementNotAvailable\",\"innerErrors\":[{\"scope\":\"Generic\",\"target\":null,\"code\":\"QuotaExceeded\",\"type\":\"Error\",\"message\":\"Credit usage exceeds allocation. 1000 credits are allocated at Environment level\"}]},\"predictionId\":null}"
}
}
}