Hi Experts,
I'm building a flow that allow user to submit attachments (PDF files) which are invoices & using an AI Builder Form Processing to get some fields in these PDF files then send an email.
i got errors in first Condition & Get File Content with below message
ActionFailed. An action failed. No dependent actions succeeded.
{
"status": 404,
"message": "File not found\r\nclientRequestId: 915bc000-594f-4e7b-ad1d-050a4e01e8cf\r\nserviceRequestId: 915bc000-594f-4e7b-ad1d-050a4e01e8cf"
}
The expression im using in first Condition
bool(triggerOutputs()?['body/{HasAttachments}'])

Highly appreciate any help !!